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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.h

Issue 2369613003: Require WebLocalFrame to be created with a non-null client (Closed)
Patch Set: oops Created 4 years, 3 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
Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index 2d6c7b45c09418c9c4ef76d24f3a31469e83b4c5..9756e164d14e40e586da26c87130a655fbf764f3 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -90,7 +90,7 @@ public:
void dispatchDidHandleOnloadEvents() override;
void dispatchDidReceiveServerRedirectForProvisionalLoad() override;
void dispatchDidNavigateWithinPage(HistoryItem*, HistoryCommitType, bool contentInitiated) override;
- void dispatchWillClose() override;
+ void dispatchWillCommitProvisionalLoad() override;
void dispatchDidStartProvisionalLoad(double triggeringEventTime) override;
void dispatchDidReceiveTitle(const String&) override;
void dispatchDidChangeIcons(IconType) override;

Powered by Google App Engine
This is Rietveld 408576698