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

Unified Diff: Source/core/css/MediaList.idl

Issue 1072403008: Add UseCounters for CSS-related *List interfaces with item() methods (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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 | « Source/core/css/CSSRuleList.idl ('k') | Source/core/css/StyleSheetList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/MediaList.idl
diff --git a/Source/core/css/MediaList.idl b/Source/core/css/MediaList.idl
index 65018cad7173287e092c59cbfa391a6f9c532ab1..ff714afc65bfef429cc20ecca5fe275652a82ff7 100644
--- a/Source/core/css/MediaList.idl
+++ b/Source/core/css/MediaList.idl
@@ -32,7 +32,7 @@
// TODO(philipj): [TreatNullAs=EmptyString] stringifier attribute DOMString mediaText;
attribute DOMString? mediaText;
readonly attribute unsigned long length;
- getter DOMString? item(unsigned long index);
+ [Measure] getter DOMString? item(unsigned long index);
// TODO(philipj): appendMedium() and deleteMedium() should never throw.
[RaisesException] void appendMedium(DOMString medium);
[RaisesException] void deleteMedium(DOMString medium);
« no previous file with comments | « Source/core/css/CSSRuleList.idl ('k') | Source/core/css/StyleSheetList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698