Bug 264902 - Build fix when SERVICE_WORKER is disabled
Summary: Build fix when SERVICE_WORKER is disabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Service Workers (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Don Olmstead
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-15 15:40 PST by Takashi Komori
Modified: 2023-11-17 16:48 PST (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 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>