[webkit-changes] [WebKit/WebKit] ed1571: Build fix when SERVICE_WORKER is disabled

tKnmori noreply at github.com
Fri Nov 17 16:47:33 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ed1571ff480ce80acff17a25d0d0588d916f0580
      https://github.com/WebKit/WebKit/commit/ed1571ff480ce80acff17a25d0d0588d916f0580
  Author: Takashi Komori <Takashi.Komori at sony.com>
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  Build fix when SERVICE_WORKER is disabled
https://bugs.webkit.org/show_bug.cgi?id=264902

Reviewed by Don Olmstead.

When SERVICE_WORKER is dsabled, building webkit fails.
Functions below in GeneratedSerializers.cpp should be disabled when SERVICE_WORKER is off.

isValidEnum<WebCore::BackgroundFetchFailureReason, void>
isValidEnum<WebCore::BackgroundFetchResult, void>

* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

Canonical link: https://commits.webkit.org/270920@main




More information about the webkit-changes mailing list