| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index ea3a3705fb530410eb34142ce8fec9bab8d85b7b..4afbdd6a623e265f056b18d2aba6b9f974d99771 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -2616,7 +2616,6 @@ void Document::implicitClose()
|
| ImageLoader::dispatchPendingLoadEvents();
|
| ImageLoader::dispatchPendingErrorEvents();
|
|
|
| - HTMLLinkElement::dispatchPendingLoadEvents();
|
| HTMLStyleElement::dispatchPendingLoadEvents();
|
| }
|
|
|
|
|