| Index: test/mjsunit/runtime-gen/compilestring.js
|
| diff --git a/test/mjsunit/runtime-gen/compilestring.js b/test/mjsunit/runtime-gen/compilestring.js
|
| index cc3e10c6a7796c193a31d86412aab357dfbf011f..b229809939f5a7d7852e860d75292ebf44751b9c 100644
|
| --- a/test/mjsunit/runtime-gen/compilestring.js
|
| +++ b/test/mjsunit/runtime-gen/compilestring.js
|
| @@ -2,5 +2,6 @@
|
| // AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
|
| // Flags: --allow-natives-syntax --harmony
|
| var _source = "foo";
|
| -var arg1 = false;
|
| -%CompileString(_source, arg1);
|
| +var _global_proxy = this;
|
| +var arg2 = false;
|
| +%CompileString(_source, _global_proxy, arg2);
|
|
|