[Webkit-unassigned] [Bug 236321] New: [Playstation] Fix build break after r289247 if ENABLE_SERVICE_WORKER is off
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 8 12:38:52 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=236321
Bug ID: 236321
Summary: [Playstation] Fix build break after r289247 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 r289247, there are a number of build errors when ENABLE_SERVICE_WORKER is off:
In file included from C:/work/webkit/jenkins/neko/Source/WebKit\NetworkProcess/SharedWorker/WebSharedWorkerServer.cpp:27:
C:/work/webkit/jenkins/neko/Source/WebKit/NetworkProcess/SharedWorker/WebSharedWorkerServer.h:57:5: error: use of undeclared identifier 'PAL'
PAL::SessionID sessionID();
^
1 error generated.
In file included from WebKit/DerivedSources\WebSharedWorkerServerConnectionMessageReceiver.cpp:26:
C:/work/webkit/jenkins/neko/Source/WebKit/NetworkProcess/SharedWorker\WebSharedWorkerServerConnection.h:55:5: error: unknown type name 'NetworkSession'
NetworkSession* session();
^
1 error generated.
In file included from WebKit/DerivedSources/unified-sources/UnifiedSource-54928a2b-18.cpp:4:
C:/Working/neko_dir/neko/Source/WebKit\WebProcess/Storage/WebSharedWorkerContextManagerConnection.cpp:62:19: error: use of undeclared identifier 'standardUserAgent'; did you mean 'WebCore::standardUserAgent'?
, m_userAgent(standardUserAgent())
^~~~~~~~~~~~~~~~~
WebCore::standardUserAgent
WebCore/PrivateHeaders\WebCore/UserAgent.h:41:23: note: 'WebCore::standardUserAgent' declared here
WEBCORE_EXPORT String standardUserAgent(const String& applicationName = emptyString(), const String& applicationVersion = emptyString());
^
1 error generated.
prospero-lld: error: undefined symbol: WebKit::WebProcessProxy::createForWorkers(WebKit::WebProcessProxy::WorkerType, WebKit::WebProcessPool&, WebCore::RegistrableDomain&&, WebKit::WebsiteDataStore&)
>>> referenced by WebProcessPool.cpp:639 (C:/Working/neko_dir/neko/Source/WebKit\UIProcess\WebProcessPool.cpp:639)
>>> Source/WebKit/CMakeFiles/WebKit.dir/__/__/WebKit/DerivedSources/unified-sources/UnifiedSource-88d1702b-8.cpp.o:(WebKit::WebProcessPool::establishSharedWorkerContextConnectionToNetworkProcess(WebCore::RegistrableDomain&&, PAL::SessionID, WTF::CompletionHandler<void ()>&&))
ninja: build stopped: subcommand failed.
--
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/20220208/8d6defe5/attachment.htm>
More information about the webkit-unassigned
mailing list