| 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 c9e0d6f27804141be72a19f8ccbc29548fc20f6f..39652ec180132459ef0e0c70f5a2d1c627546597 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -1500,6 +1500,7 @@ void LocalDOMWindow::DispatchLoadEvent() {
|
| DocumentLoadTiming& timing = document_loader->GetTiming();
|
| timing.MarkLoadEventStart();
|
| DispatchEvent(load_event, document());
|
| + SetHasLoadEventFired();
|
| timing.MarkLoadEventEnd();
|
| DCHECK(document_loader->Fetcher());
|
| // If fetcher->countPreloads() is not empty here, it's full of link
|
|
|