| Index: test/webkit/fast/js/kde/inbuilt_function_proto.js
|
| diff --git a/test/webkit/fast/js/kde/inbuilt_function_proto.js b/test/webkit/fast/js/kde/inbuilt_function_proto.js
|
| index de13b70855625bf00b4c4c4fd488975a505f9422..294e23ac7d297c3f89f06aea720f35814a31e158 100644
|
| --- a/test/webkit/fast/js/kde/inbuilt_function_proto.js
|
| +++ b/test/webkit/fast/js/kde/inbuilt_function_proto.js
|
| @@ -114,4 +114,4 @@ shouldBe("Date.prototype.toGMTString.__proto__","Function.prototype");
|
| shouldBe("RegExp.prototype.exec.__proto__","Function.prototype");
|
| shouldBe("RegExp.prototype.test.__proto__","Function.prototype");
|
| shouldBe("RegExp.prototype.toString.__proto__","Function.prototype");
|
| -shouldBe("Error.prototype.toString.__proto__","Function.prototype");
|
| +shouldBe("Error.prototype.toString.__proto__","Function.prototype");
|
|
|