[webkit-changes] [WebKit/WebKit] a22b3d: Remove dead code (LoadListener in WebFrame)
Rupin Mittal
noreply at github.com
Tue Sep 24 09:19:03 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a22b3d9f030ecc68be1cddc286fba57cbb843581
https://github.com/WebKit/WebKit/commit/a22b3d9f030ecc68be1cddc286fba57cbb843581
Author: Rupin Mittal <rupin at apple.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M Source/WebKit/WebProcess/WebCoreSupport/WebLocalFrameLoaderClient.cpp
M Source/WebKit/WebProcess/WebPage/WebFrame.h
Log Message:
-----------
Remove dead code (LoadListener in WebFrame)
https://bugs.webkit.org/show_bug.cgi?id=280242
rdar://136546453
Reviewed by Chris Dumez.
LoadListener is not used anywhere since we removed plug-in code.
* Source/WebKit/WebProcess/WebCoreSupport/WebLocalFrameLoaderClient.cpp:
(WebKit::WebLocalFrameLoaderClient::dispatchDidFailProvisionalLoad):
(WebKit::WebLocalFrameLoaderClient::dispatchDidFailLoad):
(WebKit::WebLocalFrameLoaderClient::dispatchDidFinishLoad):
(WebKit::WebLocalFrameLoaderClient::didFinishLoad):
* Source/WebKit/WebProcess/WebPage/WebFrame.h:
(WebKit::LoadListener::~LoadListener): Deleted.
(WebKit::WebFrame::setLoadListener): Deleted.
(WebKit::WebFrame::loadListener const): Deleted.
Canonical link: https://commits.webkit.org/284161@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