Bug 238471

Summary: [Playstation] Fix build break after r291979 if ENABLE_SERVICE_WORKER is off
Product: WebKit Reporter: Jigen Zhou <jigen.zhou>
Component: WebKit Misc.Assignee: Jigen Zhou <jigen.zhou>
Status: RESOLVED FIXED    
Severity: Normal CC: don.olmstead, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Jigen Zhou 2022-03-28 14:47:16 PDT
After r291979, the following build errors occur when ENABLE_SERVICE_WORKER is off:

In file included from WebKit/DerivedSources/unified-sources/UnifiedSource-88d1702b-4.cpp:10:
C:/work/webkit/jenkins/neko/Source/WebKit\UIProcess/WebPageProxy.cpp:4915:9: error: use of undeclared identifier 'm_serviceWorkerOpenWindowCompletionCallback'
    if (m_serviceWorkerOpenWindowCompletionCallback)
        ^
C:/work/webkit/jenkins/neko/Source/WebKit\UIProcess/WebPageProxy.cpp:4916:9: error: use of undeclared identifier 'm_serviceWorkerOpenWindowCompletionCallback'
        m_serviceWorkerOpenWindowCompletionCallback(success);
        ^
2 errors generated.
Comment 1 Jigen Zhou 2022-03-28 15:06:27 PDT
Created attachment 455958 [details]
Patch
Comment 2 EWS 2022-03-29 10:32:04 PDT
Committed r292041 (248981@main): <https://commits.webkit.org/248981@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 455958 [details].
Comment 3 Radar WebKit Bug Importer 2022-03-29 10:33:14 PDT
<rdar://problem/90991068>