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

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

Issue 10993053: Roll IDL to multivm@910, Take #2 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix for indexeddb Created 8 years, 3 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/fileapi/Blob.idl ('k') | third_party/WebCore/html/canvas/CanvasRenderingContext.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 442f93fd810a0d57bee4c39224bc0d3d0b029ec7..3c70c0c536fc6bb76087a8b332a276c02df21b35 100644
--- a/third_party/WebCore/html/HTMLDialogElement.idl
+++ b/third_party/WebCore/html/HTMLDialogElement.idl
@@ -31,6 +31,7 @@ module html {
attribute [Reflect] boolean open;
void close() raises(DOMException);
void show();
+ void showModal() raises(DOMException);
};
}
« no previous file with comments | « third_party/WebCore/fileapi/Blob.idl ('k') | third_party/WebCore/html/canvas/CanvasRenderingContext.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698