[Webkit-unassigned] [Bug 238471] New: [Playstation] Fix build break after r291979 if ENABLE_SERVICE_WORKER is off

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 28 14:47:16 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=238471

            Bug ID: 238471
           Summary: [Playstation] Fix build break after r291979 if
                    ENABLE_SERVICE_WORKER is off
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jigen.zhou at sony.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220328/e3116a66/attachment.htm>


More information about the webkit-unassigned mailing list