Index: Source/core/dom/CharacterData.idl |
diff --git a/Source/core/dom/CharacterData.idl b/Source/core/dom/CharacterData.idl |
index eb6bfe7e64ddffeac4b484166d90b1a1953c07c5..6b249e5764f2cd0a1bec96cc1c8e5dd25176bb0b 100644 |
--- a/Source/core/dom/CharacterData.idl |
+++ b/Source/core/dom/CharacterData.idl |
@@ -25,7 +25,7 @@ interface CharacterData : Node { |
[TreatReturnedNullStringAs=Null, RaisesException] DOMString substringData([IsIndex,Default=Undefined] optional unsigned long offset, [IsIndex,Default=Undefined] optional unsigned long length); |
- void appendData([Default=Undefined] optional DOMString data); |
+ void appendData(DOMString data); |
[RaisesException] void insertData([IsIndex,Default=Undefined] optional unsigned long offset, |
[Default=Undefined] optional DOMString data); |