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

Unified Diff: Source/core/testing/PartialPrivateScriptTest.js

Issue 466623002: Refactor PrivateScriptRunner.js to reduce the number of globally exposed variables (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months 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/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 b529dca554b78746f3bea06bdf0494746ec1bf3a..6f36dee43d94686d04f7a16ab1c42200db3a97c5 100644
--- a/Source/core/testing/PartialPrivateScriptTest.js
+++ b/Source/core/testing/PartialPrivateScriptTest.js
@@ -4,7 +4,7 @@
"use strict";
-installClass("PrivateScriptTest", function(global, PrivateScriptTestPrototype) {
+installClass("PrivateScriptTest", function(PrivateScriptTestPrototype) {
PrivateScriptTestPrototype.addIntegerInPartial = function(value1, value2) {
return value1 + value2;
« no previous file with comments | « Source/core/html/HTMLMarqueeElement.js ('k') | Source/core/testing/PrivateScriptTest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698