Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 83f05c661eccd234ad0b1a9f39f4ef16770e31ff
https://github.com/WebKit/WebKit/commit/83f05c661eccd234ad0b1a9f39f4ef16770e31ff
Author: Anne van Kesteren <[email protected]>
Date: 2026-03-17 (Tue, 17 Mar 2026)
Changed paths:
M Source/WebCore/dom/Document.cpp
M Source/WebCore/dom/Document.h
M Source/WebCore/page/LocalDOMWindow.cpp
M Source/WebCore/storage/StorageEventDispatcher.cpp
Log Message:
-----------
Clarify Document::queueTaskToDispatchEventOnWindow()
https://bugs.webkit.org/show_bug.cgi?id=309492
Reviewed by Ryosuke Niwa.
Also pass in the LocalDOMWindow since in the majority of cases we
already have it.
This also removes Document::queueTaskToDispatchEvent() as it is
perfectly redundant with Node::queueTaskToDispatchEvent().
Canonical link: https://commits.webkit.org/309390@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications