Chromium Code Reviews| Index: test/mjsunit/call-non-function.js |
| diff --git a/test/mjsunit/call-non-function.js b/test/mjsunit/call-non-function.js |
| index 9fe3b0fba212a0291117279d15cae0403e7352c0..affe5bb09a9f9e4ebe23527c9fb1a5ef53500d79 100644 |
| --- a/test/mjsunit/call-non-function.js |
| +++ b/test/mjsunit/call-non-function.js |
| @@ -41,7 +41,7 @@ function TryCall(x) { |
| assertTrue(caught[0] instanceof TypeError); |
| assertTrue(caught[1] instanceof TypeError); |
| -}; |
| +} |
| TryCall(this); |