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 137620bc6e0152777dc60720a628ea39a2339734..c0227b25a63313298fa6ee21c62f0256f24f441f 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 @@ This is a test case for bugs 55346, 70889, and 75452. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS ({}).toString.call(Error.prototype) is "[object Error]" |
-PASS ({}).toString.call(RangeError.prototype) is "[object Error]" |
+PASS ({}).toString.call(Error.prototype) is "[object Object]" |
+PASS ({}).toString.call(RangeError.prototype) is "[object Object]" |
PASS err.toString() is "message" |
PASS err.hasOwnProperty('message') is false |
PASS err.hasOwnProperty('message') is false |