Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 87f9ba8cc02c35cc33a8372be759d3a54a8eba73
https://github.com/WebKit/WebKit/commit/87f9ba8cc02c35cc33a8372be759d3a54a8eba73
Author: Ryosuke Niwa <[email protected]>
Date: 2025-11-03 (Mon, 03 Nov 2025)
Changed paths:
M Source/WebCore/dom/EventLoop.h
M Source/WebCore/dom/WindowEventLoop.cpp
M Source/WebCore/dom/WindowEventLoop.h
Log Message:
-----------
Always allocate EventLoopTaskGroup in heap
https://bugs.webkit.org/show_bug.cgi?id=301844
Reviewed by Geoffrey Garen.
Always allocate EventLoopTaskGroup in heap so that operator delete can destruct
it.
No new tests since there should be no behavioral differences.
* Source/WebCore/dom/EventLoop.h:
* Source/WebCore/dom/WindowEventLoop.cpp:
(WebCore::WindowEventLoop::WindowEventLoop):
(WebCore::WindowEventLoop::queueMutationObserverCompoundMicrotask):
(WebCore::WindowEventLoop::backupElementQueue):
* Source/WebCore/dom/WindowEventLoop.h:
Canonical link: https://commits.webkit.org/302516@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications