| 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 90e2efa7b28ad40920d83754ff273ea0deffa1ff..32a0815c082be7f8f2e3aec25031a88c00bb9dae 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -1492,7 +1492,6 @@ 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
|
|
|