Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp |
diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp |
index 9390336a5cb913f5d558a36ec3be4249edaaac83..bc0c6fccbfdae428e580591c2cb613fd7549a6c5 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp |
+++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp |
@@ -349,9 +349,6 @@ Document* LocalDOMWindow::installNewDocument(const String& mimeType, |
} |
frame()->selection().updateSecureKeyboardEntryIfActive(); |
- |
- m_document->maybeRecordLoadReason(Created); |
- |
return m_document; |
} |