| 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 f89f9ab211fc327bd079a90d2380ca69ec58c456..b81d158792c30450fbbb176d22a4060fe9d7959d 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp
|
| @@ -63,7 +63,7 @@ PassOwnPtr<TracedValue> getTraceArgsForScriptElement(Element* element, const Tex
|
| value->setInteger("lineNumber", textPosition.m_line.oneBasedInt());
|
| value->setInteger("columnNumber", textPosition.m_column.oneBasedInt());
|
| }
|
| - return value.release();
|
| + return value;
|
| }
|
|
|
| bool doExecuteScript(Element* scriptElement, const ScriptSourceCode& sourceCode, const TextPosition& textPosition)
|
|
|