-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wpewebkit] build failure when REMOTE_INSPECTOR is not enabled #30
Comments
Does this issue still happen? |
Still happening for me on 2.22:
|
Forwarded upstream, https://bugs.webkit.org/show_bug.cgi?id=190623 |
On track for WPE 2.22.1(?): https://trac.webkit.org/wiki/WebKitGTK/2.22.x |
This issue appears to have been fixed. We now have 2.22.2 |
It looks like Remote Inspection code is still being called when REMOTE_INSPECTOR is not enabled.
I'm testing this on 2.20.1, but it looks like 2.21.92 would have the same problem.
Build error:
wpewebkit/2.20.1-r0/wpewebkit-2.20.1/Source/WebKit/UIProcess/API/glib/WebKitAutomationSession.cpp:87:79: error: 'webkitWebContextWillCloseAutomationSession' was not declared in this scope
The function is only in scope if REMOTE_INSPECTOR is enabled
The origin of the call is traced back to didDisconnectFromRemote(*this); which hasn't been wrapped in #if ENABLED(REMOTE_INSPECTOR). But I'm not sure if it needs to be.
The text was updated successfully, but these errors were encountered: