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

Unified Diff: Source/core/xml/DocumentXMLTreeViewer.js

Issue 756053002: [Blink-in-JS] Migrate the PrivateScript specific methods/attributes to ScriptController (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: ScriptController => PrivateScriptController Created 6 years, 1 month 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 | « Source/core/testing/PrivateScriptTest.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/DocumentXMLTreeViewer.js
diff --git a/Source/core/xml/DocumentXMLTreeViewer.js b/Source/core/xml/DocumentXMLTreeViewer.js
index ff682eefc9bc59671f8ca091d34688a7dde4efe5..d735a8d98c4748fabe11d211f0889a6ff0b1ee7c 100644
--- a/Source/core/xml/DocumentXMLTreeViewer.js
+++ b/Source/core/xml/DocumentXMLTreeViewer.js
@@ -4,7 +4,7 @@
"use strict";
-installClass("Document", function(DocumentPrototype) {
+privateScriptController.installClass("Document", function(DocumentPrototype) {
// FIXME: The stylesheet should be defined in a separate css file
var styleSheet = [
"div.header {",
« no previous file with comments | « Source/core/testing/PrivateScriptTest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698