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

Unified Diff: Source/core/html/shadow/PluginPlaceholderElement.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/html/HTMLMarqueeElement.js ('k') | Source/core/testing/PartialPrivateScriptTest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {' +
« no previous file with comments | « Source/core/html/HTMLMarqueeElement.js ('k') | Source/core/testing/PartialPrivateScriptTest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698