| 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;
|
|
|