Bug 222566

Summary: [WinCairo] Building with ENABLE_SERVICE_WORKER=OFF fails
Product: WebKit Reporter: Stephan Szabo <stephan.szabo>
Component: WebKit Misc.Assignee: Stephan Szabo <stephan.szabo>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Stephan Szabo
Reported 2021-03-01 11:05:28 PST
It seems after "Make the UserContentController for ServiceWorker pages be non-optional", building without ENABLE_SERVICE_WORKER on WinCairo fails with: Source\WebKit\UIProcess/WebProcessPool.cpp(1014): error C2039: 'userContentControllerIdentifierForServiceWorkers': is not a member of 'WebKit::WebProcessPool' Source\WebKit\UIProcess\Notifications\WebNotificationManagerProxy.h(50): note: see declaration of 'WebKit::WebProcessPool' Source\WebKit\UIProcess/WebProcessPool.cpp(1016): error C2065: 'm_userContentControllerForServiceWorker': undeclared identifier Source\WebKit\UIProcess/WebProcessPool.cpp(1017): error C2065: 'm_userContentControllerForServiceWorker': undeclared identifier Source\WebKit\UIProcess/WebProcessPool.cpp(1019): error C2065: 'm_userContentControllerForServiceWorker': undeclared identifier
Attachments
Patch (1.48 KB, patch)
2021-03-01 11:20 PST, Stephan Szabo
no flags
Stephan Szabo
Comment 1 2021-03-01 11:20:32 PST
EWS
Comment 2 2021-03-01 15:06:16 PST
Committed r273694: <https://commits.webkit.org/r273694> All reviewed patches have been landed. Closing bug and clearing flags on attachment 421849 [details].
Radar WebKit Bug Importer
Comment 3 2021-03-01 15:07:19 PST
Note You need to log in before you can comment on or make changes to this bug.