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

Unified Diff: third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl

Issue 2526943002: Add use counters for lots of DOM APIs.
Patch Set: Add use counters for lots of DOM APIs. Created 4 years 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/WebKit/Source/core/html/HTMLOptionsCollection.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl b/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl
index c0838a4f0fdd8a0cb3c7c9c010ddf1f031bc06e8..ed71acbc7f11b935e1d069c772656374035c121c 100644
--- a/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl
+++ b/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl
@@ -31,7 +31,7 @@
[CEReactions, RaisesException] setter void (unsigned long index, HTMLOptionElement? option);
[CEReactions, RaisesException] void add((HTMLOptionElement or HTMLOptGroupElement) element, optional (HTMLElement or long)? before = null);
[CEReactions] void remove(long index);
- attribute long selectedIndex;
+ [Measure] attribute long selectedIndex;
// FIXME: Neither of these getters are in the spec, and the
// getters inherited from HTMLCollection always return an Element.
[ImplementedAs=item] getter Node (unsigned long index);
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLOptionElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLOutputElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698