Index: third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
index 6d41c4722aaa74a90af2d742fd2a925c88fa42b0..029453c2f86286241cf1cb630421ebc0eced1f12 100644 |
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
@@ -141,7 +141,7 @@ DEFINE_TRACE(LocalFrameClientImpl) { |
void LocalFrameClientImpl::didCreateNewDocument() { |
if (m_webFrame->client()) |
- m_webFrame->client()->didCreateNewDocument(m_webFrame); |
+ m_webFrame->client()->didCreateNewDocument(); |
} |
void LocalFrameClientImpl::dispatchDidClearWindowObjectInMainWorld() { |