| Index: test/mjsunit/regress/regress-crbug-401915.js
|
| diff --git a/test/mjsunit/regress/regress-crbug-401915.js b/test/mjsunit/regress/regress-crbug-401915.js
|
| index 96dce048689cb28d9a095a8a5378503ffa4ae449..67ea19158ea99ec1b1b6dd10af60a2a2858c3d63 100644
|
| --- a/test/mjsunit/regress/regress-crbug-401915.js
|
| +++ b/test/mjsunit/regress/regress-crbug-401915.js
|
| @@ -10,7 +10,7 @@ Debug.setBreakOnException();
|
|
|
| try {
|
| try {
|
| - %DebugPushPromise(new Promise(function() {}));
|
| + %DebugPushPromise(new Promise(function() {}), function() {});
|
| } catch (e) {
|
| }
|
| throw new Error();
|
|
|