Index: core/dom/Comment.idl |
diff --git a/core/dom/Comment.idl b/core/dom/Comment.idl |
index 0297e9530640e33a1c0e899bbc1c358537022d1a..3af73b24d5ba8b14e1316482f15d46c8c1f9e98b 100644 |
--- a/core/dom/Comment.idl |
+++ b/core/dom/Comment.idl |
@@ -18,7 +18,7 @@ |
*/ |
[ |
- Constructor([Default=NullString] optional DOMString data), |
+ Constructor(optional DOMString data = null), |
ConstructorCallWith=Document, |
] interface Comment : CharacterData { |
}; |