| Index: Source/core/xml/parser/XMLDocumentParser.cpp
|
| diff --git a/Source/core/xml/parser/XMLDocumentParser.cpp b/Source/core/xml/parser/XMLDocumentParser.cpp
|
| index ea78e4d6abf2ff1a69a9ca5b2e0f874d51ea5823..f9b73c6901f49ef0c59aa4f5de3457b9c4fbd51e 100644
|
| --- a/Source/core/xml/parser/XMLDocumentParser.cpp
|
| +++ b/Source/core/xml/parser/XMLDocumentParser.cpp
|
| @@ -471,8 +471,8 @@ void XMLDocumentParser::notifyFinished(Resource* unusedResource)
|
| if (errorOccurred)
|
| scriptLoader->dispatchErrorEvent();
|
| else if (!wasCanceled) {
|
| - if (scriptLoader->executePotentiallyCrossOriginScript(sourceCode))
|
| - scriptLoader->dispatchLoadEvent();
|
| + scriptLoader->executeScript(sourceCode);
|
| + scriptLoader->dispatchLoadEvent();
|
| }
|
|
|
| m_scriptElement = 0;
|
|
|