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

Unified Diff: Source/core/dom/WebKitAnimationEvent.idl

Issue 17214003: Remove [InterfaceName] IDL attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix try bot failures Created 7 years, 6 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/dom/NamedFlow.idl ('k') | Source/core/dom/WebKitNamedFlow.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/WebKitAnimationEvent.idl
diff --git a/Source/core/dom/AnimationEvent.idl b/Source/core/dom/WebKitAnimationEvent.idl
similarity index 95%
rename from Source/core/dom/AnimationEvent.idl
rename to Source/core/dom/WebKitAnimationEvent.idl
index 46ff164af75f9a10c174af694ad7510b86adb7e5..e53b4e70cac17c72fb677ba27317c0b34bd70172 100644
--- a/Source/core/dom/AnimationEvent.idl
+++ b/Source/core/dom/WebKitAnimationEvent.idl
@@ -25,8 +25,8 @@
[
ConstructorTemplate=Event,
- InterfaceName=WebKitAnimationEvent
-] interface AnimationEvent : Event {
+ ImplementedAs=AnimationEvent
+] interface WebKitAnimationEvent : Event {
[InitializedByEventConstructor] readonly attribute DOMString animationName;
[InitializedByEventConstructor] readonly attribute double elapsedTime;
};
« no previous file with comments | « Source/core/dom/NamedFlow.idl ('k') | Source/core/dom/WebKitNamedFlow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698