| Summary: | GTK doesn't compile with ENABLE_ACCESSIBILITY=0 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Yury Semikhatsky <yurys> | ||||
| Component: | WebKitGTK | Assignee: | Yury Semikhatsky <yurys> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | bugs-noreply, clopez, dennisn, dpino, mcatanzaro | ||||
| Priority: | P2 | ||||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Yury Semikhatsky
2022-04-01 10:00:52 PDT
Created attachment 456369 [details]
Patch
The error it is fixing is:
../../../Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp:697:43: error: use of undeclared identifier 'WEBKIT_WEB_VIEW_ACCESSIBLE'
webkitWebViewAccessibleSetWebView(WEBKIT_WEB_VIEW_ACCESSIBLE(webView->priv->accessible.get()), nullptr);
^
../../../Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp:1694:49: error: use of undeclared identifier 'webkitWebViewAccessibleNew'
priv->accessible = adoptGRef(ATK_OBJECT(webkitWebViewAccessibleNew(widget)));
^
2 errors generated.
Committed r292265 (249163@main): <https://commits.webkit.org/249163@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 456369 [details]. *** Bug 239837 has been marked as a duplicate of this bug. *** |