Bug 245789

Summary: Fix !ENABLE(SERVICE_WORKER) build break after 254861@main
Product: WebKit Reporter: Jigen Zhou <jigen.zhou>
Component: WebKit Misc.Assignee: Jigen Zhou <jigen.zhou>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Jigen Zhou 2022-09-28 09:43:12 PDT
The following compiling error occurs for PlayStation build after 254861@main

Source/WebKit\Platform/IPC/DaemonCoders.cpp:53:1: error: member access into incomplete type 'const WebCore::PushSubscriptionData'
IMPLEMENT_CODER(WebCore::PushSubscriptionData);
Comment 1 Jigen Zhou 2022-09-28 15:28:32 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4806
Comment 2 EWS 2022-09-29 09:30:31 PDT
Committed 255000@main (91710dedcd5d): <https://commits.webkit.org/255000@main>

Reviewed commits have been landed. Closing PR #4806 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-09-29 09:31:36 PDT
<rdar://problem/100566664>