Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 | 1 |
| 2 class WebKitAnimationEvent extends Event native "WebKitAnimationEvent" { | 2 class WebKitAnimationEvent extends Event native "*WebKitAnimationEvent" { |
| 3 | 3 |
| 4 String animationName; | 4 String animationName; |
| 5 | 5 |
| 6 num elapsedTime; | 6 num elapsedTime; |
| 7 | 7 |
| 8 void initWebKitAnimationEvent(String typeArg, bool canBubbleArg, bool cancelab leArg, String animationNameArg, num elapsedTimeArg) native; | 8 void initWebKitAnimationEvent(String typeArg, bool canBubbleArg, bool cancelab leArg, String animationNameArg, num elapsedTimeArg) native; |
| 9 } | 9 } |
| OLD | NEW |