| Index: Source/bindings/core/v8/PrivateScriptRunner.js
|
| diff --git a/Source/bindings/core/v8/PrivateScriptRunner.js b/Source/bindings/core/v8/PrivateScriptRunner.js
|
| index 35821284dde0043fccc62a4648ad1f14f5728aa9..f2be7d43f6e3a61be32d04e70f3e97e51a8b9e0d 100644
|
| --- a/Source/bindings/core/v8/PrivateScriptRunner.js
|
| +++ b/Source/bindings/core/v8/PrivateScriptRunner.js
|
| @@ -88,6 +88,7 @@ function installClass(className, implementation)
|
|
|
| init();
|
|
|
| +// This line must be the last statement of this JS file.
|
| // A parenthesis is needed, because the caller of this script (PrivateScriptRunner.cpp)
|
| // is depending on the completion value of this script.
|
| (installedClasses);
|
|
|