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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.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/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index 3ea556469543d93cbe1b54ab180993a1752c2911..aef8ae9f881e45ab69c41c4c32ebe8b89df0454c 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -210,7 +210,7 @@ public:
void dispatchDidHandleOnloadEvents() override {}
void dispatchDidReceiveServerRedirectForProvisionalLoad() 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