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

Unified Diff: Source/core/css/StyleSheetList.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/StyleSheetList.cpp ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StyleSheetList.idl
diff --git a/Source/core/css/StyleSheetList.idl b/Source/core/css/StyleSheetList.idl
index 85d4c4478969e1a3fca7e3c14ef23642651a8431..ce31d3b688fe4001f1fbaf01f698a4541dc8c517 100644
--- a/Source/core/css/StyleSheetList.idl
+++ b/Source/core/css/StyleSheetList.idl
@@ -25,7 +25,7 @@
SetWrapperReferenceFrom=document,
WillBeGarbageCollected
] interface StyleSheetList {
- getter StyleSheet? item(unsigned long index);
+ [Measure] getter StyleSheet? item(unsigned long index);
readonly attribute unsigned long length;
// Non-standard APIs
« no previous file with comments | « Source/core/css/StyleSheetList.cpp ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698