| 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 ea22e0adac491be0874bdd4768f64e646a599339..53dadce53f9d47066202e1981af80b770b43c300 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -1493,7 +1493,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
|
|
|