| Index: test/webkit/fast/js/kde/operators.js | 
| diff --git a/test/webkit/fast/js/kde/operators.js b/test/webkit/fast/js/kde/operators.js | 
| index 185ae01eab9385968c52060f1601fe1fc1d3e191..38e658b2bdbb88de040902d6513c01d533484814 100644 | 
| --- a/test/webkit/fast/js/kde/operators.js | 
| +++ b/test/webkit/fast/js/kde/operators.js | 
| @@ -501,4 +501,4 @@ shouldBeTrue("'a' in { a:1, b:2 }"); | 
| // instanceof | 
| // Those 2 lines don't parse in Netscape... | 
| shouldBe("(new Boolean()) instanceof Boolean", "true"); | 
| -shouldBe("(new Boolean()) instanceof Number", "false"); | 
| +shouldBe("(new Boolean()) instanceof Number", "false"); | 
|  |