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

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

Issue 10590003: Roll IDL to multivm@615 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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/HTMLKeygenElement.idl ('k') | third_party/WebCore/html/HTMLTextAreaElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/HTMLSelectElement.idl
diff --git a/third_party/WebCore/html/HTMLSelectElement.idl b/third_party/WebCore/html/HTMLSelectElement.idl
index 415b1b915ac0cd4219a49ad2f76ec0ef84d18c69..40599a5ee7d83210906375901d0991b877ece4cb 100644
--- a/third_party/WebCore/html/HTMLSelectElement.idl
+++ b/third_party/WebCore/html/HTMLSelectElement.idl
@@ -28,7 +28,7 @@ module html {
attribute [Reflect] boolean disabled;
readonly attribute HTMLFormElement form;
attribute boolean multiple;
- attribute [TreatNullAs=NullString] DOMString name;
+ attribute [Reflect] DOMString name;
attribute [Reflect] boolean required;
attribute long size;
@@ -54,7 +54,6 @@ module html {
#else
void remove(in long index);
#endif
- readonly attribute HTMLCollection selectedOptions;
attribute long selectedIndex;
attribute [TreatNullAs=NullString] DOMString value;
« no previous file with comments | « third_party/WebCore/html/HTMLKeygenElement.idl ('k') | third_party/WebCore/html/HTMLTextAreaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698