Index: Source/core/html/shadow/PluginPlaceholderElement.js |
diff --git a/Source/core/html/shadow/PluginPlaceholderElement.js b/Source/core/html/shadow/PluginPlaceholderElement.js |
index 056cfbfa48dbffda4c31445ceb9594c6df849315..da9908afc1c85c96a10e4f5639adccfac9355423 100644 |
--- a/Source/core/html/shadow/PluginPlaceholderElement.js |
+++ b/Source/core/html/shadow/PluginPlaceholderElement.js |
@@ -4,7 +4,7 @@ |
'use strict'; |
-installClass('PluginPlaceholderElement', function(PluginPlaceholderElementPrototype) { |
+privateScriptController.installClass('PluginPlaceholderElement', function(PluginPlaceholderElementPrototype) { |
// FIXME: Load this from a .css file. |
var styleSource = |
'#plugin-placeholder {' + |