Index: LayoutTests/platform/chromium-mac/fast/js/array-every-expected.txt |
=================================================================== |
--- LayoutTests/platform/chromium-mac/fast/js/array-every-expected.txt (revision 77373) |
+++ LayoutTests/platform/chromium-mac/fast/js/array-every-expected.txt (working copy) |
@@ -32,7 +32,7 @@ |
5.0 Wrong Type for Callback Test |
PASS [12, 5, 8, 130, 44].every(5) threw exception TypeError: 5 is not a function. |
PASS [12, 5, 8, 130, 44].every('wrong') threw exception TypeError: wrong is not a function. |
-PASS [12, 5, 8, 130, 44].every(new Object()) threw exception TypeError: #<an Object> is not a function. |
+PASS [12, 5, 8, 130, 44].every(new Object()) threw exception TypeError: #<Object> is not a function. |
PASS [12, 5, 8, 130, 44].every(null) threw exception TypeError: null is not a function. |
PASS [12, 5, 8, 130, 44].every(undefined) threw exception TypeError: undefined is not a function. |
PASS [12, 5, 8, 130, 44].every() threw exception TypeError: undefined is not a function. |