| Index: Source/core/xml/parser/XMLDocumentParser.cpp
|
| diff --git a/Source/core/xml/parser/XMLDocumentParser.cpp b/Source/core/xml/parser/XMLDocumentParser.cpp
|
| index ef26e54f8978f26c3f6549c80c1e34b518e48b3d..f66ba69ab0119d4961c6d8420d06ebd5805cbf20 100644
|
| --- a/Source/core/xml/parser/XMLDocumentParser.cpp
|
| +++ b/Source/core/xml/parser/XMLDocumentParser.cpp
|
| @@ -362,7 +362,7 @@ void XMLDocumentParser::append(PassRefPtr<StringImpl> inputSource)
|
| if (isStopped())
|
| return;
|
|
|
| - if (document()->frame() && document()->frame()->script()->canExecuteScripts(NotAboutToExecuteScript))
|
| + if (document()->frame() && document()->frame()->script().canExecuteScripts(NotAboutToExecuteScript))
|
| ImageLoader::dispatchPendingBeforeLoadEvents();
|
| }
|
|
|
|
|