[Webkit-unassigned] [Bug 238520] New: [Playstation] Fix build break after r291979 if NOTIFICATIONS is off
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 29 13:38:55 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=238520
Bug ID: 238520
Summary: [Playstation] Fix build break after r291979 if
NOTIFICATIONS is off
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jigen.zhou at sony.com
There was 2 additional build errors occur after r292041 (the fix to r291979) ( if NOTIFICATIONS is also off:
C:\Working\neko_dir\neko-ps\Source\WebKit\WebProcess/Notifications/WebNotificationManager.cpp(153,93): error : member access into incomplete type 'WebCore::Notif
ication' [C:\Working\neko_dir\neko-ps\WebKitBuild\Debug-PS5\Source\WebKit\WebKit.vcxproj]
LOG(Notifications, "WebProcess %i going to show notification %s", getpid(), notification.identifier().toString().utf8().data());
^
C:\Working\neko_dir\neko-ps\WebKitBuild\Debug-PS5\WebCore\PrivateHeaders\WebCore/NotificationClient.h(39,7): note: forward declaration of 'WebCore::Notificatio
n'
class Notification;
^
1 error generated.
:\Working\neko_dir\neko-ps\Source\WebKit\UIProcess/WebsiteData/WebsiteDataStore.cpp(2114,18): error : no member named 'setServiceWorkerOpenWindowCompletionCallb
ack' in 'WebKit::WebPageProxy' [C:\Working\neko_dir\neko-ps\WebKitBuild\Debug-PS5\Source\WebKit\WebKit.vcxproj]
newPage->setServiceWorkerOpenWindowCompletionCallback(WTFMove(innerCallback));
~~~~~~~ ^
1 error generated.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220329/5f520afc/attachment.htm>
More information about the webkit-unassigned
mailing list