| 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 835366c3110874165c30d3668d87531d9513edb0..9b2035918e7036966c9477dad52032a7fbf7664e 100644
|
| --- a/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp
|
| @@ -23,7 +23,7 @@ void TransformDocumentToXMLTreeView(Document& document) {
|
| sources.push_back(ScriptSourceCode(script_string));
|
| v8::HandleScope handle_scope(V8PerIsolateData::MainThreadIsolate());
|
|
|
| - document.GetFrame()->Script().ExecuteScriptInIsolatedWorld(
|
| + document.GetFrame()->GetScriptController().ExecuteScriptInIsolatedWorld(
|
| DOMWrapperWorld::kDocumentXMLTreeViewerWorldId, sources, nullptr);
|
|
|
| Element* element = document.GetElementById("xml-viewer-style");
|
|
|