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

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

Issue 1152993002: Add a counter for CSSKeyframesRule's anonymous indexed getter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/CSSKeyframesRule.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/CSSKeyframesRule.idl
diff --git a/Source/core/css/CSSKeyframesRule.idl b/Source/core/css/CSSKeyframesRule.idl
index 6236740c3a89a85033d67669e268c405de2c7e3a..709f13394d9af2770821feeef59c6980516fc886 100644
--- a/Source/core/css/CSSKeyframesRule.idl
+++ b/Source/core/css/CSSKeyframesRule.idl
@@ -37,5 +37,5 @@ interface CSSKeyframesRule : CSSRule {
CSSKeyframeRule? findRule(DOMString select);
// Non-standard APIs
- [ImplementedAs=item, NotEnumerable] getter CSSKeyframeRule (unsigned long index);
+ [NotEnumerable] getter CSSKeyframeRule (unsigned long index);
};
« no previous file with comments | « Source/core/css/CSSKeyframesRule.cpp ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698