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

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

Issue 10837033: Roll IDL to multivm@733 (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/editing/UndoManager.idl ('k') | third_party/WebCore/html/HTMLMeterElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/HTMLDetailsElement.idl
diff --git a/third_party/WebCore/html/HTMLDetailsElement.idl b/third_party/WebCore/html/HTMLDetailsElement.idl
index 5ad9508c995ab5b56f66f47c401472b98c431428..087f083ff5ffe2b90cf31fe5b5d15c6f84df9192 100644
--- a/third_party/WebCore/html/HTMLDetailsElement.idl
+++ b/third_party/WebCore/html/HTMLDetailsElement.idl
@@ -18,8 +18,9 @@
*/
module html {
-
- interface HTMLDetailsElement : HTMLElement {
+ interface [
+ Conditional=DETAILS_ELEMENT
+ ] HTMLDetailsElement : HTMLElement {
attribute [Reflect] boolean open;
};
« no previous file with comments | « third_party/WebCore/editing/UndoManager.idl ('k') | third_party/WebCore/html/HTMLMeterElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698