| Index: Source/bindings/scripts/code_generator_v8.pm
|
| diff --git a/Source/bindings/scripts/code_generator_v8.pm b/Source/bindings/scripts/code_generator_v8.pm
|
| index c2dcf11fddadccd5c42f82461b638ab3ad6fa77f..0f8f86260656e6338787f5d8ade58003173a8223 100644
|
| --- a/Source/bindings/scripts/code_generator_v8.pm
|
| +++ b/Source/bindings/scripts/code_generator_v8.pm
|
| @@ -3335,10 +3335,6 @@ sub GenerateNonStandardFunction
|
| # and then accessed on a different domain we do not return the underlying value but instead
|
| # return a new copy of the original function. This is achieved by storing the changed value
|
| # as hidden property.
|
| - $code .= <<END;
|
| -
|
| - // $commentInfo
|
| -END
|
| if ($function->extendedAttributes->{"PerWorldBindings"}) {
|
| $code .= <<END;
|
| if (currentWorldType == MainWorld) {
|
|
|