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

Unified Diff: third_party/WebCore/html/HTMLInputElement.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
Index: third_party/WebCore/html/HTMLInputElement.idl
diff --git a/third_party/WebCore/html/HTMLInputElement.idl b/third_party/WebCore/html/HTMLInputElement.idl
index e326ce7be261e080133793ba2a65086591b05c5f..879a34f5797b573a7dd1d5f4877fdbe2c2c3efa6 100644
--- a/third_party/WebCore/html/HTMLInputElement.idl
+++ b/third_party/WebCore/html/HTMLInputElement.idl
@@ -39,7 +39,7 @@ module html {
attribute [Reflect] DOMString formTarget;
attribute unsigned long height;
attribute boolean indeterminate;
- readonly attribute [Conditional=DATALIST] HTMLElement list;
+ readonly attribute [Conditional=DATALIST_ELEMENT] HTMLElement list;
attribute [Reflect] DOMString max;
attribute long maxLength setter raises(DOMException);
attribute [Reflect] DOMString min;
« no previous file with comments | « third_party/WebCore/html/HTMLDialogElement.idl ('k') | third_party/WebCore/inspector/InjectedScriptHost.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698