Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 | 1 |
| 2 class WebKitTransitionEvent extends Event native "WebKitTransitionEvent" { | 2 class WebKitTransitionEvent extends Event native "*WebKitTransitionEvent" { |
| 3 | 3 |
| 4 num elapsedTime; | 4 num elapsedTime; |
| 5 | 5 |
| 6 String propertyName; | 6 String propertyName; |
| 7 | 7 |
| 8 void initWebKitTransitionEvent(String typeArg, bool canBubbleArg, bool cancela bleArg, String propertyNameArg, num elapsedTimeArg) native; | 8 void initWebKitTransitionEvent(String typeArg, bool canBubbleArg, bool cancela bleArg, String propertyNameArg, num elapsedTimeArg) native; |
| 9 } | 9 } |
| OLD | NEW |