Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 | 1 |
| 2 class CompositionEvent extends UIEvent native "CompositionEvent" { | 2 class CompositionEvent extends UIEvent native "*CompositionEvent" { |
| 3 | 3 |
| 4 String data; | 4 String data; |
| 5 | 5 |
| 6 void initCompositionEvent(String typeArg, bool canBubbleArg, bool cancelableAr g, DOMWindow viewArg, String dataArg) native; | 6 void initCompositionEvent(String typeArg, bool canBubbleArg, bool cancelableAr g, DOMWindow viewArg, String dataArg) native; |
| 7 } | 7 } |
| OLD | NEW |