[webkit-changes] [WebKit/WebKit] 91d310: Cherry-pick 286196 at main (4fc9a4b92e15). https://bu...
bnham
noreply at github.com
Thu Nov 7 02:01:00 PST 2024
Branch: refs/heads/webkitglib/2.46
Home: https://github.com/WebKit/WebKit
Commit: 91d310b3683f88b3f2ed431f0f8d6660157def4f
https://github.com/WebKit/WebKit/commit/91d310b3683f88b3f2ed431f0f8d6660157def4f
Author: Ben Nham <nham at apple.com>
Date: 2024-11-07 (Thu, 07 Nov 2024)
Changed paths:
M Source/WebCore/Modules/notifications/Notification.cpp
Log Message:
-----------
Cherry-pick 286196 at main (4fc9a4b92e15). https://bugs.webkit.org/show_bug.cgi?id=282613
Fix debug crash in Notification::create
https://bugs.webkit.org/show_bug.cgi?id=282613
rdar://139244059
Reviewed by Chris Dumez.
Notification::create calls JSONParse without holding a JSLock when we fire notification events for
service workers, leading to a debug assert.
* Source/WebCore/Modules/notifications/Notification.cpp:
(WebCore::Notification::create):
Canonical link: https://commits.webkit.org/286196@main
Canonical link: https://commits.webkit.org/282416.275@webkitglib/2.46
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list