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

Unified Diff: third_party/WebKit/Source/core/css/CSSKeyframeRule.idl

Issue 2572003003: NOT FOR SUBMIT: use counters for jdm@
Patch Set: Merge branch 'jdm-usecounters' into jdm-merge 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/css/CSSKeyframeRule.idl
diff --git a/third_party/WebKit/Source/core/css/CSSKeyframeRule.idl b/third_party/WebKit/Source/core/css/CSSKeyframeRule.idl
index b192d8da5f5144afba87b84a1c51d659f5daff68..3a8bf43b13025819cc3cb937c6aacd7735778760 100644
--- a/third_party/WebKit/Source/core/css/CSSKeyframeRule.idl
+++ b/third_party/WebKit/Source/core/css/CSSKeyframeRule.idl
@@ -29,6 +29,6 @@
// https://dev.w3.org/csswg/css-animations/#interface-csskeyframerule
interface CSSKeyframeRule : CSSRule {
- [RaisesException=Setter] attribute DOMString keyText;
- readonly attribute CSSStyleDeclaration style;
+ [Measure, RaisesException=Setter] attribute DOMString keyText;
+ [Measure] readonly attribute CSSStyleDeclaration style;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSImportRule.idl ('k') | third_party/WebKit/Source/core/css/CSSKeyframesRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698