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

Unified Diff: Source/core/css/CSSRuleList.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 | « no previous file | Source/core/css/MediaList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSRuleList.idl
diff --git a/Source/core/css/CSSRuleList.idl b/Source/core/css/CSSRuleList.idl
index b846ab2feb343eacf477ee210d3fa11ead99ffe5..ffb548ce629b950fcc21bf7436b201bf79257449 100644
--- a/Source/core/css/CSSRuleList.idl
+++ b/Source/core/css/CSSRuleList.idl
@@ -30,6 +30,6 @@
DependentLifetime,
WillBeGarbageCollected,
] interface CSSRuleList {
- getter CSSRule? item(unsigned long index);
+ [Measure] getter CSSRule? item(unsigned long index);
readonly attribute unsigned long length;
};
« no previous file with comments | « no previous file | Source/core/css/MediaList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698