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

Unified Diff: third_party/WebKit/Source/core/page/Page.cpp

Issue 2732113004: Remove FrameHost::consoleMessageStorage() methods (Closed)
Patch Set: Rebase 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
Index: third_party/WebKit/Source/core/page/Page.cpp
diff --git a/third_party/WebKit/Source/core/page/Page.cpp b/third_party/WebKit/Source/core/page/Page.cpp
index c270afece7dce4ce28cfcfcf0fe0a347cd516e33..c719ec5f8f7b625d5279f5e0e0173863034cb812 100644
--- a/third_party/WebKit/Source/core/page/Page.cpp
+++ b/third_party/WebKit/Source/core/page/Page.cpp
@@ -555,7 +555,7 @@ void Page::didCommitLoad(LocalFrame* frame) {
// TODO(rbyers): Most of this doesn't appear to take into account that each
// SVGImage gets it's own Page instance.
- frameHost().consoleMessageStorage().clear();
+ consoleMessageStorage().clear();
useCounter().didCommitLoad(url);
deprecation().clearSuppression();
visualViewport().sendUMAMetrics();

Powered by Google App Engine
This is Rietveld 408576698