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 887326eada4986fe5c4b1e09664b26df0716726a..ebdb475f1757fbaccd3605004d75f276fe127e73 100644 |
--- a/third_party/WebKit/Source/core/page/Page.cpp |
+++ b/third_party/WebKit/Source/core/page/Page.cpp |
@@ -433,6 +433,8 @@ void Page::updateAcceleratedCompositingSettings() |
void Page::didCommitLoad(LocalFrame* frame) |
{ |
if (m_mainFrame == 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(); |
useCounter().didCommitLoad(); |
deprecation().clearSuppression(); |