Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp

Issue 2811793005: Rename LocalFrame::Script() to GetScriptController() (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/page/Page.cpp ('k') | third_party/WebKit/Source/web/InspectorOverlay.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « third_party/WebKit/Source/core/page/Page.cpp ('k') | third_party/WebKit/Source/web/InspectorOverlay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698