Index: Source/core/html/HTMLInputElement.idl |
diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl |
index 209b1773c50d1552f3ede9ab965f71c4c96ca396..4a2e00480c9ca5b16230e8b9c13fe6a92d94807c 100644 |
--- a/Source/core/html/HTMLInputElement.idl |
+++ b/Source/core/html/HTMLInputElement.idl |
@@ -85,7 +85,7 @@ interface HTMLInputElement : HTMLElement { |
[RaisesException] void setRangeText(DOMString replacement, |
unsigned long start, |
unsigned long end, |
- [Default=NullString] optional DOMString selectionMode); |
+ optional DOMString selectionMode = null); |
[RaisesException, ImplementedAs=setSelectionRangeForBinding] |
void setSelectionRange([Default=Undefined] optional long start, |