| Index: third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp b/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| index 9cb9909f191fc5ca3a9a19b08e4d4305f9e184c7..2d966462550b709260a008d9cf52545f5d6d1ba3 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| @@ -62,7 +62,7 @@ void HTMLImportTreeRoot::stateDidChange()
|
| if (!state().isReady())
|
| return;
|
| if (LocalFrame* frame = m_document->frame())
|
| - frame->loader().checkCompleted();
|
| + frame->loader().checkCompleted(10);
|
| }
|
|
|
| void HTMLImportTreeRoot::scheduleRecalcState()
|
|
|