Chromium Code Reviews| Index: test/webkit/exception-for-nonobject-expected.txt |
| diff --git a/test/webkit/exception-for-nonobject-expected.txt b/test/webkit/exception-for-nonobject-expected.txt |
| index b6cb95b94696af9d91a318ad50926dc05a92dbc5..e6003986b99789ceca37629d8d04008a01f7f3cc 100644 |
| --- a/test/webkit/exception-for-nonobject-expected.txt |
| +++ b/test/webkit/exception-for-nonobject-expected.txt |
| @@ -26,7 +26,7 @@ Test for correct handling of exceptions from instanceof and 'new' expressions |
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| -PASS new {}.undefined threw exception TypeError: (intermediate value).undefined is not a function. |
| +PASS new {}.undefined threw exception TypeError: undefined is not a function. |
|
Toon Verwaest
2015/04/10 13:05:58
Probably the same here?
Michael Starzinger
2015/04/10 14:08:27
Done.
|
| PASS 1 instanceof {}.undefined threw exception TypeError: Expecting a function in instanceof check, but got undefined. |
| PASS successfullyParsed is true |