[webkit-changes] [WebKit/WebKit] a91ffd: WebNotificationManager: fix build if SERVICE_WORKE...

EWS noreply at github.com
Mon Sep 5 07:23:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a91ffd1fa487cd535befba40a75ff538191275ec
      https://github.com/WebKit/WebKit/commit/a91ffd1fa487cd535befba40a75ff538191275ec
  Author: Thomas Devoogdt <thomas.devoogdt at barco.com>
  Date:   2022-09-05 (Mon, 05 Sep 2022)

  Changed paths:
    M Source/WebKit/WebProcess/Notifications/WebNotificationManager.cpp

  Log Message:
  -----------
  WebNotificationManager: fix build if SERVICE_WORKER=OFF

https://bugs.webkit.org/show_bug.cgi?id=244796

Reviewed by Youenn Fablet.

/home/thomas/Documents/nd_falcon/buildroot/output/build/webkitgtk-2.37.1/Source/WebKit/WebProcess/Notifications/WebNotificationManager.cpp:139:33: error: ‘SWContextManager’ has not been declared
     else if (auto* connection = SWContextManager::singleton().connection()) {
                                 ^~~~~~~~~~~~~~~~

Signed-off-by: Thomas Devoogdt <thomas.devoogdt at barco.com>

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




More information about the webkit-changes mailing list