Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: third_party/WebKit/Source/web/LocalFrameClientImpl.cpp

Issue 2779893006: Remove WebLocalFrame* from didReceiveServerRedirectForProvisionalLoad (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/test_runner/web_frame_test_proxy.h ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
index 6d41c4722aaa74a90af2d742fd2a925c88fa42b0..6b3267a2cc0cd1a7b071315721bd2807e80dcc8b 100644
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
@@ -398,8 +398,7 @@ void LocalFrameClientImpl::dispatchDidHandleOnloadEvents() {
void LocalFrameClientImpl::
dispatchDidReceiveServerRedirectForProvisionalLoad() {
if (m_webFrame->client()) {
- m_webFrame->client()->didReceiveServerRedirectForProvisionalLoad(
- m_webFrame);
+ m_webFrame->client()->didReceiveServerRedirectForProvisionalLoad();
}
}
« no previous file with comments | « content/shell/test_runner/web_frame_test_proxy.h ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698