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

Unified Diff: third_party/WebCore/html/HTMLDialogElement.idl

Issue 10800075: Roll IDL to multivm@713 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 | « third_party/WebCore/html/HTMLDataListElement.idl ('k') | third_party/WebCore/html/HTMLInputElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/HTMLDialogElement.idl
diff --git a/third_party/WebCore/html/HTMLDialogElement.idl b/third_party/WebCore/html/HTMLDialogElement.idl
index e5d6479ba29978ace4dff37f1bb752ee26b512c1..442f93fd810a0d57bee4c39224bc0d3d0b029ec7 100644
--- a/third_party/WebCore/html/HTMLDialogElement.idl
+++ b/third_party/WebCore/html/HTMLDialogElement.idl
@@ -29,7 +29,7 @@ module html {
Conditional=DIALOG_ELEMENT
] HTMLDialogElement : HTMLElement {
attribute [Reflect] boolean open;
- void close();
+ void close() raises(DOMException);
void show();
};
« no previous file with comments | « third_party/WebCore/html/HTMLDataListElement.idl ('k') | third_party/WebCore/html/HTMLInputElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698