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

Unified Diff: core/css/CSSKeyframeRule.idl

Issue 23534036: Roll IDL files forward (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « core/README ('k') | core/css/CSSKeyframesRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/css/CSSKeyframeRule.idl
diff --git a/core/css/WebKitCSSKeyframeRule.idl b/core/css/CSSKeyframeRule.idl
similarity index 95%
rename from core/css/WebKitCSSKeyframeRule.idl
rename to core/css/CSSKeyframeRule.idl
index c82351f9583fa69c62502bd0bc72013cc0de0123..671d243e28db511e68e16191bef6e7652c9144d4 100644
--- a/core/css/WebKitCSSKeyframeRule.idl
+++ b/core/css/CSSKeyframeRule.idl
@@ -27,9 +27,7 @@
*/
// Introduced in DOM Level ?:
-[
- ImplementedAs=CSSKeyframeRule
-] interface WebKitCSSKeyframeRule : CSSRule {
+interface CSSKeyframeRule : CSSRule {
attribute DOMString keyText;
readonly attribute CSSStyleDeclaration style;
« no previous file with comments | « core/README ('k') | core/css/CSSKeyframesRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698