| Index: WebCore/dom/Document.cpp
|
| ===================================================================
|
| --- WebCore/dom/Document.cpp (revision 69799)
|
| +++ WebCore/dom/Document.cpp (working copy)
|
| @@ -1831,7 +1831,7 @@
|
|
|
| if (m_frame) {
|
| ScriptableDocumentParser* parser = scriptableDocumentParser();
|
| - if (m_frame->loader()->isLoadingMainResource() || (parser && parser->isParsing() && parser->isExecutingScript()))
|
| + if (m_frame->loader()->isLoadingMainResource() || (parser && parser->isExecutingScript()))
|
| return;
|
|
|
| if (m_frame->loader()->state() == FrameStateProvisional)
|
|
|