Bug 239490 - [WinCairo] Fix a compile error due to InspectorResourceURLSchemeHandler
Summary: [WinCairo] Fix a compile error due to InspectorResourceURLSchemeHandler
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-19 03:45 PDT by Yousuke Kimoto
Modified: 2022-05-11 18:46 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yousuke Kimoto 2022-04-19 03:45:57 PDT
When WinCaior is built with REMOTE_INSPECTOR, the following compiler error happens:

Source\WebKit\UIProcess\Inspector\win\RemoteWebInspectorUIProxyWin.cpp(130,49): error C2653: 'InspectorResourceURLSchemeHandler':

RemoteWebInspectorUIProxyWin requires the declaration of InspectorResourceURLSchemeHandler.
Comment 1 EWS 2022-05-11 18:45:21 PDT
Committed r294086 (250476@main): <https://commits.webkit.org/250476@main>

Reviewed commits have been landed. Closing PR #565 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2022-05-11 18:46:14 PDT
<rdar://problem/93143442>