Index: Source/core/dom/Text.idl |
diff --git a/Source/core/dom/Text.idl b/Source/core/dom/Text.idl |
index efb1a521806870f4d8b2e644b031ae02382f38a6..d5bbf2869b4091a345df0177ac77db6ff89cef61 100644 |
--- a/Source/core/dom/Text.idl |
+++ b/Source/core/dom/Text.idl |
@@ -17,7 +17,7 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
[ |
- Constructor([Default=NullString] optional DOMString data), |
+ Constructor(optional DOMString data = null), |
ConstructorCallWith=Document, |
Custom=Wrap, |
] interface Text : CharacterData { |