| Index: test/webkit/fast/js/kde/object_prototype.js
|
| diff --git a/test/webkit/fast/js/kde/object_prototype.js b/test/webkit/fast/js/kde/object_prototype.js
|
| index 3b17cf6edc3eb6db1a0b75be58875edf3e9a2df3..8ffaf146715e3edfc9116f0b664421fbc4ef904f 100644
|
| --- a/test/webkit/fast/js/kde/object_prototype.js
|
| +++ b/test/webkit/fast/js/kde/object_prototype.js
|
| @@ -98,4 +98,4 @@ shouldBe("myfunc.someproperty","4");
|
| shouldBe("myfunc.propertyIsEnumerable('length')","false");
|
| shouldBe("myfunc.propertyIsEnumerable('someproperty')","true");
|
| shouldBe("checkEnumerable(myfunc,'length')","false");
|
| -shouldBe("checkEnumerable(myfunc,'someproperty')","true");
|
| +shouldBe("checkEnumerable(myfunc,'someproperty')","true");
|
|
|