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

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

Issue 10769002: Roll IDL to multivm@683 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix notifications path in fremontcut. 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/HTMLSelectElement.idl
diff --git a/third_party/WebCore/html/HTMLSelectElement.idl b/third_party/WebCore/html/HTMLSelectElement.idl
index 40599a5ee7d83210906375901d0991b877ece4cb..db617ed8e7180d380e8f63a6f481b62d33be2996 100644
--- a/third_party/WebCore/html/HTMLSelectElement.idl
+++ b/third_party/WebCore/html/HTMLSelectElement.idl
@@ -54,6 +54,7 @@ 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/HTMLScriptElement.idl ('k') | third_party/WebCore/html/canvas/CanvasRenderingContext2D.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698