| 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 731e27625eb36596e3c9713d0cf39b7b313599f6..884569df1863c8e354588f41b51841cac57f0151 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -349,6 +349,9 @@ Document* LocalDOMWindow::installNewDocument(const String& mimeType,
|
| }
|
|
|
| frame()->selection().updateSecureKeyboardEntryIfActive();
|
| +
|
| + m_document->maybeRecordLoadReason(Created);
|
| +
|
| return m_document;
|
| }
|
|
|
|
|