| Index: third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp b/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp
|
| index 56967b293e2a06c7309f8c8f1abb674b9528f6c2..65d73f601eba10478c5c664ff4dea987b3331908 100644
|
| --- a/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp
|
| @@ -20,7 +20,7 @@ void transformDocumentToXMLTreeView(Document& document) {
|
| String cssString = loadResourceAsASCIIString("DocumentXMLTreeViewer.css");
|
|
|
| HeapVector<ScriptSourceCode> sources;
|
| - sources.append(ScriptSourceCode(scriptString));
|
| + sources.push_back(ScriptSourceCode(scriptString));
|
| v8::HandleScope handleScope(V8PerIsolateData::mainThreadIsolate());
|
|
|
| document.frame()->script().executeScriptInIsolatedWorld(
|
|
|