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

Unified Diff: core/css/WebKitCSSKeyframesRule.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/WebKitCSSKeyframeRule.idl ('k') | core/css/WebKitCSSMatrix.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/css/WebKitCSSKeyframesRule.idl
diff --git a/core/css/CSSKeyframesRule.idl b/core/css/WebKitCSSKeyframesRule.idl
similarity index 88%
rename from core/css/CSSKeyframesRule.idl
rename to core/css/WebKitCSSKeyframesRule.idl
index 873e75660d3cd3dc2a38f2c82511619d5abec472..5fdc800ce078be104afb6fca48f9837075a11f3f 100644
--- a/core/css/CSSKeyframesRule.idl
+++ b/core/css/WebKitCSSKeyframesRule.idl
@@ -28,15 +28,15 @@
// Introduced in DOM Level ?:
[
- InterfaceName=WebKitCSSKeyframesRule
-] interface CSSKeyframesRule : CSSRule {
+ ImplementedAs=CSSKeyframesRule
+] interface WebKitCSSKeyframesRule : CSSRule {
[TreatReturnedNullStringAs=Null, TreatNullAs=NullString] attribute DOMString name;
readonly attribute CSSRuleList cssRules;
- [ImplementedAs=item, NotEnumerable] getter CSSKeyframeRule(unsigned long index);
+ [ImplementedAs=item, NotEnumerable] getter WebKitCSSKeyframeRule(unsigned long index);
void insertRule([Default=Undefined] optional DOMString rule);
void deleteRule([Default=Undefined] optional DOMString key);
- CSSKeyframeRule findRule([Default=Undefined] optional DOMString key);
+ WebKitCSSKeyframeRule findRule([Default=Undefined] optional DOMString key);
};
« no previous file with comments | « core/css/WebKitCSSKeyframeRule.idl ('k') | core/css/WebKitCSSMatrix.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698