Index: Source/core/frame/Window.idl |
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl |
index 311fa7cf4ae6b0e58d45937aa25cfaa3eef72bd4..b0020e85a47ead12b96b84fb8fc51b508a998e0d 100644 |
--- a/Source/core/frame/Window.idl |
+++ b/Source/core/frame/Window.idl |
@@ -70,8 +70,8 @@ |
void alert(); |
void alert(DOMString message); |
boolean confirm(optional DOMString message = null); |
- [TreatReturnedNullStringAs=Null] DOMString prompt(optional DOMString message = null, |
- optional DOMString defaultValue = null); |
+ DOMString? prompt(optional DOMString message = null, |
haraken
2014/07/01 11:16:03
Just to help me understand: How did we decide to w
|
+ optional DOMString defaultValue = null); |
boolean find([Default=Undefined] optional DOMString string, |
[Default=Undefined] optional boolean caseSensitive, |