| Index: test/webkit/fast/js/array-prototype-properties-expected.txt
|
| diff --git a/test/webkit/fast/js/array-prototype-properties-expected.txt b/test/webkit/fast/js/array-prototype-properties-expected.txt
|
| index 9e98e2608bd60ed7cca1382d41d788801a7d679b..6454417d699c5bc6a8e6875caf8da0585b6b0453 100644
|
| --- a/test/webkit/fast/js/array-prototype-properties-expected.txt
|
| +++ b/test/webkit/fast/js/array-prototype-properties-expected.txt
|
| @@ -41,7 +41,7 @@ PASS Array.prototype.unshift.call(undefined, {}) threw exception TypeError: Arra
|
| PASS Array.prototype.every.call(undefined, toString) threw exception TypeError: Array.prototype.every called on null or undefined.
|
| PASS Array.prototype.forEach.call(undefined, toString) threw exception TypeError: Array.prototype.forEach called on null or undefined.
|
| PASS Array.prototype.some.call(undefined, toString) threw exception TypeError: Array.prototype.some called on null or undefined.
|
| -PASS Array.prototype.indexOf.call(undefined, 0) threw exception TypeError: Array.prototype.indexOf called on null or undefined.
|
| +PASS Array.prototype.indexOf.call(undefined, 0) threw exception TypeError: Cannot convert undefined or null to object.
|
| PASS Array.prototype.indlastIndexOfexOf.call(undefined, 0) threw exception TypeError: Cannot read property 'call' of undefined.
|
| PASS Array.prototype.filter.call(undefined, toString) threw exception TypeError: Array.prototype.filter called on null or undefined.
|
| PASS Array.prototype.reduce.call(undefined, toString) threw exception TypeError: Array.prototype.reduce called on null or undefined.
|
|
|