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

Unified Diff: core/css/WebKitCSSKeyframeRule.idl

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

Powered by Google App Engine
This is Rietveld 408576698