Bug 245789 - Fix !ENABLE(SERVICE_WORKER) build break after 254861@main
Summary: Fix !ENABLE(SERVICE_WORKER) build break after 254861@main
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-09-28 09:43 PDT by Jigen Zhou
Modified: 2022-09-29 09:31 PDT (History)
1 user (show)

See Also:


Attachments

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