Bug 264902

Summary: Build fix when SERVICE_WORKER is disabled
Product: WebKit Reporter: Takashi Komori <takashi.komori>
Component: Service WorkersAssignee: Don Olmstead <don.olmstead>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Takashi Komori 2023-11-15 15:40:51 PST
When SERVICE_WORKER is dsabled, building webkit fails.
isValidEnum<WebCore::BackgroundFetchFailureReason, void> and isValidEnum<WebCore::BackgroundFetchResult, void> in GeneratedSerializers.cpp should be disaled when SERVICE_WORKER is off.
Comment 1 Takashi Komori 2023-11-15 15:56:05 PST
Pull request: https://github.com/WebKit/webkit/pull/20566
Comment 2 Don Olmstead 2023-11-17 10:52:06 PST
Pull request: https://github.com/WebKit/WebKit/pull/20566
Comment 3 EWS 2023-11-17 16:47:23 PST
Committed 270920@main (ed1571ff480c): <https://commits.webkit.org/270920@main>

Reviewed commits have been landed. Closing PR #20566 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2023-11-17 16:48:14 PST
<rdar://problem/118585552>