| 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();
|
|
|