| Index: test/webkit/fast/js/native-error-prototype-expected.txt
|
| diff --git a/test/webkit/fast/js/native-error-prototype-expected.txt b/test/webkit/fast/js/native-error-prototype-expected.txt
|
| index c0227b25a63313298fa6ee21c62f0256f24f441f..137620bc6e0152777dc60720a628ea39a2339734 100644
|
| --- a/test/webkit/fast/js/native-error-prototype-expected.txt
|
| +++ b/test/webkit/fast/js/native-error-prototype-expected.txt
|
| @@ -26,8 +26,8 @@
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS ({}).toString.call(Error.prototype) is "[object Object]"
|
| -PASS ({}).toString.call(RangeError.prototype) is "[object Object]"
|
| +PASS ({}).toString.call(Error.prototype) is "[object Error]"
|
| +PASS ({}).toString.call(RangeError.prototype) is "[object Error]"
|
| PASS err.toString() is "message"
|
| PASS err.hasOwnProperty('message') is false
|
| PASS err.hasOwnProperty('message') is false
|
|
|