Index: test/webkit/fast/js/object-prototype-properties-expected.txt |
diff --git a/test/webkit/fast/js/object-prototype-properties-expected.txt b/test/webkit/fast/js/object-prototype-properties-expected.txt |
index 0d936f6c513a0c3f502bad04100bc23622d7603c..55bf6fd2027c94b6acd75a71c0fceea62b6912c4 100644 |
--- a/test/webkit/fast/js/object-prototype-properties-expected.txt |
+++ b/test/webkit/fast/js/object-prototype-properties-expected.txt |
@@ -32,7 +32,7 @@ PASS Object.prototype.toLocaleString.call(undefined) threw exception TypeError: |
PASS Object.prototype.valueOf.call(undefined) threw exception TypeError: Cannot convert undefined or null to object. |
PASS Object.prototype.hasOwnProperty.call(undefined, 'hasOwnProperty') threw exception TypeError: Cannot convert undefined or null to object. |
PASS Object.prototype.propertyIsEnumerable.call(undefined, 'propertyIsEnumerable') threw exception TypeError: Cannot convert undefined or null to object. |
-PASS Object.prototype.isPrototypeOf.call(undefined, this) threw exception TypeError: Object.prototype.isPrototypeOf called on null or undefined. |
+PASS Object.prototype.isPrototypeOf.call(undefined, this) threw exception TypeError: Cannot convert undefined or null to object. |
PASS successfullyParsed is true |
TEST COMPLETE |