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

Unified Diff: Source/core/testing/PartialPrivateScriptTest.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/shadow/PluginPlaceholderElement.js ('k') | Source/core/testing/PrivateScriptTest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/PartialPrivateScriptTest.js
diff --git a/Source/core/testing/PartialPrivateScriptTest.js b/Source/core/testing/PartialPrivateScriptTest.js
index 6f36dee43d94686d04f7a16ab1c42200db3a97c5..9d15b5e8553c1edc775a90b949bec1a7b009913c 100644
--- a/Source/core/testing/PartialPrivateScriptTest.js
+++ b/Source/core/testing/PartialPrivateScriptTest.js
@@ -4,7 +4,7 @@
"use strict";
-installClass("PrivateScriptTest", function(PrivateScriptTestPrototype) {
+privateScriptController.installClass("PrivateScriptTest", function(PrivateScriptTestPrototype) {
PrivateScriptTestPrototype.addIntegerInPartial = function(value1, value2) {
return value1 + value2;
« no previous file with comments | « Source/core/html/shadow/PluginPlaceholderElement.js ('k') | Source/core/testing/PrivateScriptTest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698