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 {", |