| Index: test/mjsunit/arguments-apply.js
|
| diff --git a/test/mjsunit/arguments-apply.js b/test/mjsunit/arguments-apply.js
|
| index 48c42349639ab3b489350d69607e40684e4d534d..fa6c5c99f826468271a8689545201c3175a1fcde 100644
|
| --- a/test/mjsunit/arguments-apply.js
|
| +++ b/test/mjsunit/arguments-apply.js
|
| @@ -89,7 +89,7 @@ assertTrue(Object === FunctionReceiver());
|
|
|
| function ShadowApply() {
|
| function f() { return 42; }
|
| - f.apply = function() { return 87; }
|
| + f.apply = function() { return 87; };
|
| return f.apply(this, arguments);
|
| }
|
|
|
|
|