Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(758)

Unified Diff: Source/core/frame/Window.idl

Issue 296853010: Sync the alert() IDL with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/frame/DOMWindow.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Window.idl
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
index e23c8ae5da076039144d0c128ac418717fae55bd..70ce11219b4233b31f9b6e19c630311bebe01aa7 100644
--- a/Source/core/frame/Window.idl
+++ b/Source/core/frame/Window.idl
@@ -67,7 +67,8 @@
optional any dialogArgs,
optional DOMString featureArgs);
- void alert([Default=NullString] optional DOMString message);
+ void alert();
+ void alert(DOMString message);
boolean confirm([Default=NullString] optional DOMString message);
[TreatReturnedNullStringAs=Null] DOMString prompt([Default=NullString] optional DOMString message,
[Default=NullString] optional DOMString defaultValue);
« no previous file with comments | « Source/core/frame/DOMWindow.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698