| 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 65d73f601eba10478c5c664ff4dea987b3331908..c8394ee7729f5ae48168c9735d0299de379ffc21 100644
|
| --- a/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp
|
| @@ -24,7 +24,7 @@ void transformDocumentToXMLTreeView(Document& document) {
|
| v8::HandleScope handleScope(V8PerIsolateData::mainThreadIsolate());
|
|
|
| document.frame()->script().executeScriptInIsolatedWorld(
|
| - WorldIdConstants::DocumentXMLTreeViewerWorldId, sources, 0, nullptr);
|
| + WorldIdConstants::DocumentXMLTreeViewerWorldId, sources, nullptr);
|
|
|
| Element* element = document.getElementById("xml-viewer-style");
|
| if (element) {
|
|
|