WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
243827
WebKit build failure: Use of undeclared identifier 'InspectorFrontendAPIDispatcher'; did you mean 'WebCore::InspectorFrontendAPIDispatcher'?
https://bugs.webkit.org/show_bug.cgi?id=243827
Summary
WebKit build failure: Use of undeclared identifier 'InspectorFrontendAPIDispa...
Timothy Hatcher
Reported
2022-08-11 08:31:16 PDT
/.../Source/WebKit/WebProcess/Inspector/WebInspectorUIExtensionController.cpp:388:206: error: use of undeclared identifier 'InspectorFrontendAPIDispatcher'; did you mean 'WebCore::InspectorFrontendAPIDispatcher'? m_frontendClient->frontendAPIDispatcher().dispatchCommandWithResultAsync("navigateTabForExtension"_s, WTFMove(arguments), [weakThis = WeakPtr { *this }, completionHandler = WTFMove(completionHandler)](InspectorFrontendAPIDispatcher::EvaluationResult&& result) mutable { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ WebCore::InspectorFrontendAPIDispatcher In file included from /.../WebKit/install/Symbols/BuiltProducts/DerivedSources/WebKit/unified-sources/UnifiedSource104.cpp:1: In file included from /.../WebKit/WebKit-7614.1.25.9.1/Source/WebKit/WebProcess/Inspector/WebInspectorUIExtensionController.cpp:32: In file included from /.../WebKit/WebKit-7614.1.25.9.1/Source/WebKit/WebProcess/Inspector/WebInspectorUI.h:35: /AppleInternal/Toolchains/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.Internal.sdk/Library/Apple/System/Library/StagedFrameworks/Safari/WebCore.framework/PrivateHeaders/InspectorFrontendClient.h:54:7: note: 'WebCore::InspectorFrontendAPIDispatcher' declared here class InspectorFrontendAPIDispatcher; ^ 1 error generated.
rdar://98489955
Attachments
Add attachment
proposed patch, testcase, etc.
Timothy Hatcher
Comment 1
2022-08-11 08:34:48 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/3222
EWS
Comment 2
2022-08-11 10:44:28 PDT
Committed
253340@main
(6e3353ec6e21): <
https://commits.webkit.org/253340@main
> Reviewed commits have been landed. Closing PR #3222 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug