[Webkit-unassigned] [Bug 228077] New: [GTK][WPE] fix compilation when ATK is not used
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 19 04:05:04 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=228077
Bug ID: 228077
Summary: [GTK][WPE] fix compilation when ATK is not used
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: vjaquez at igalia.com
CC: bugs-noreply at webkitgtk.org
When compiling in embedded environment I get this error:
In file included from DerivedSources/WebKit/unified-sources/UnifiedSource-88d1702b-7.cpp:8:
Source/WebKit/UIProcess/WebPageProxy.cpp: In member function ‘void WebKit::WebPageProxy::swapToProvisionalPage(std::unique_ptr<WebKit::ProvisionalPageProxy>)’:
Source/WebKit/UIProcess/WebPageProxy.cpp:975:9: error: ‘bindAccessibilityTree’ was not declared in this scope
975 | bindAccessibilityTree(accessibilityPlugID);
| ^~~~~~~~~~~~~~~~~~~~~
It seems r279983 introduced this regression.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210719/85a7aa7f/attachment-0001.htm>
More information about the webkit-unassigned
mailing list