| Index: test/mjsunit/debug-liveedit-check-stack.js
|
| diff --git a/test/mjsunit/debug-liveedit-check-stack.js b/test/mjsunit/debug-liveedit-check-stack.js
|
| index d843ca6a607699a2f28c75e0fcc5b0b79e7fa65a..ba10122585cacd3ae7d55b58678e3c64cfcc1a8f 100644
|
| --- a/test/mjsunit/debug-liveedit-check-stack.js
|
| +++ b/test/mjsunit/debug-liveedit-check-stack.js
|
| @@ -87,7 +87,7 @@ function WrapInCatcher(f, holder) {
|
|
|
| function WrapInNativeCall(f) {
|
| return function() {
|
| - return %Call(undefined, f);
|
| + return %Call(f, undefined);
|
| };
|
| }
|
|
|
|
|