| Index: third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp b/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp
|
| index b58829e5008996f897f9ae9aebba9a7fd4abb1c3..d386b09772fd3a37dede8b2a6a2ab7cb38240e48 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp
|
| @@ -435,7 +435,7 @@ void HTMLScriptRunner::runScript(Element* script, const TextPosition& scriptStar
|
| } else {
|
| ASSERT(m_scriptNestingLevel > 1);
|
| m_parserBlockingScript->releaseElementAndClear();
|
| - ScriptSourceCode sourceCode(CompressibleString(script->textContent().impl()), documentURLForScriptExecution(m_document), scriptStartPosition);
|
| + ScriptSourceCode sourceCode(script->textContent(), documentURLForScriptExecution(m_document), scriptStartPosition);
|
| doExecuteScript(script, sourceCode, scriptStartPosition);
|
| }
|
| } else {
|
|
|