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..cd2657a3c5b3d456362d05b82df8ba830e8962bd 100644 |
--- a/test/webkit/fast/js/kde/inbuilt_function_proto.js |
+++ b/test/webkit/fast/js/kde/inbuilt_function_proto.js |
@@ -43,6 +43,7 @@ shouldBe("String.prototype.charCodeAt.__proto__","Function.prototype"); |
shouldBe("String.prototype.indexOf.__proto__","Function.prototype"); |
shouldBe("String.prototype.lastIndexOf.__proto__","Function.prototype"); |
shouldBe("String.prototype.match.__proto__","Function.prototype"); |
+shouldBe("String.prototype.normalize.__proto__","Function.prototype"); |
shouldBe("String.prototype.replace.__proto__","Function.prototype"); |
shouldBe("String.prototype.search.__proto__","Function.prototype"); |
shouldBe("String.prototype.slice.__proto__","Function.prototype"); |
@@ -114,4 +115,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"); |