[webkit-changes] [WebKit/WebKit] 6b9ec2: Begin modernizing signature of WebCore::createWindow
Alex Christensen
noreply at github.com
Fri Oct 11 16:08:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6b9ec24b74c5753342ea05be0af602ddc839a717
https://github.com/WebKit/WebKit/commit/6b9ec24b74c5753342ea05be0af602ddc839a717
Author: Alex Christensen <achristensen at apple.com>
Date: 2024-10-11 (Fri, 11 Oct 2024)
Changed paths:
M Source/WebCore/inspector/InspectorFrontendClientLocal.cpp
M Source/WebCore/loader/FrameLoader.cpp
M Source/WebCore/loader/FrameLoader.h
M Source/WebCore/page/LocalDOMWindow.cpp
Log Message:
-----------
Begin modernizing signature of WebCore::createWindow
https://bugs.webkit.org/show_bug.cgi?id=281346
rdar://137773405
Reviewed by Charlie Wolfe.
No change in behavior, just removing an out-param.
* Source/WebCore/inspector/InspectorFrontendClientLocal.cpp:
(WebCore::InspectorFrontendClientLocal::openURLExternally):
* Source/WebCore/loader/FrameLoader.cpp:
(WebCore::createWindow):
* Source/WebCore/loader/FrameLoader.h:
* Source/WebCore/page/LocalDOMWindow.cpp:
(WebCore::LocalDOMWindow::createWindow):
Canonical link: https://commits.webkit.org/285044@main
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