[Webkit-unassigned] [Bug 236129] New: Fix for non-unified builds after r286821 (245056 at main)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 4 00:07:02 PST 2022


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

            Bug ID: 236129
           Summary: Fix for non-unified builds after r286821 (245056 at main)
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: psaavedra at igalia.com

SSIA


Error:

In file included from /home/bot/workspace/sources/wpewebkit/Source/WebCore/workers/shared/SharedWorkerScriptLoader.cpp:27:
/home/bot/workspace/sources/wpewebkit/Source/WebCore/workers/shared/SharedWorkerScriptLoader.h:51:5: error: 'SharedWorkerScriptLoaderIdentifier' does not name a type; did you mean 'SharedWorkerScriptLoader'?
   51 |     SharedWorkerScriptLoaderIdentifier identifier() const { return m_identifier; }
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     SharedWorkerScriptLoader
/home/bot/workspace/sources/wpewebkit/Source/WebCore/workers/shared/SharedWorkerScriptLoader.h:60:11: error: 'SharedWorkerScriptLoaderIdentifier' does not name a type; did you mean 'SharedWorkerScriptLoader'?
   60 |     const SharedWorkerScriptLoaderIdentifier m_identifier;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |           SharedWorkerScriptLoader
/home/bot/workspace/sources/wpewebkit/Source/WebCore/workers/shared/SharedWorkerScriptLoader.cpp: In constructor 'WebCore::SharedWorkerScriptLoader::SharedWorkerScriptLoader(const WTF::URL&, WebCore::SharedWorker&, WebCore::TransferredMessagePort&&, WebCore::WorkerOptions&&)':
/home/bot/workspace/sources/wpewebkit/Source/WebCore/workers/shared/SharedWorkerScriptLoader.cpp:39:7: error: class 'WebCore::SharedWorkerScriptLoader' does not have any field named 'm_identifier'
   39 |     : m_identifier(SharedWorkerScriptLoaderIdentifier::generate())
      |       ^~~~~~~~~~~~

-- 
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/20220204/9a68ecb0/attachment-0001.htm>


More information about the webkit-unassigned mailing list