[webkit-changes] [WebKit/WebKit] e8e6c7: Fix unused function warning in DocumentLoader.

mokjasmine noreply at github.com
Thu Mar 9 20:13:24 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e8e6c7f9748df4cb53685bc4dc67b8595e11eeed
      https://github.com/WebKit/WebKit/commit/e8e6c7f9748df4cb53685bc4dc67b8595e11eeed
  Author: mokjasmine <jasmine.mok at sony.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M Source/WebCore/loader/DocumentLoader.cpp

  Log Message:
  -----------
  Fix unused function warning in DocumentLoader.
https://bugs.webkit.org/show_bug.cgi?id=253589

Reviewed by Fujii Hironori.

Move `isSandboxingAllowingServiceWorkerFetchHandling` into
`DocumentLoader::loadMainResource()` to fix unused function
warning when `SERVICE_WORKER` is OFF.

* Source/WebCore/loader/DocumentLoader.cpp:

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




More information about the webkit-changes mailing list