Bug 238471 - [Playstation] Fix build break after r291979 if ENABLE_SERVICE_WORKER is off
Summary: [Playstation] Fix build break after r291979 if ENABLE_SERVICE_WORKER is off
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jigen Zhou
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-03-28 14:47 PDT by Jigen Zhou
Modified: 2022-03-29 10:33 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.48 KB, patch)
2022-03-28 15:06 PDT, Jigen Zhou
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>