Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 | 1 |
| 2 class HashChangeEvent extends Event native "HashChangeEvent" { | 2 class HashChangeEvent extends Event native "*HashChangeEvent" { |
| 3 | 3 |
| 4 String newURL; | 4 String newURL; |
| 5 | 5 |
| 6 String oldURL; | 6 String oldURL; |
| 7 | 7 |
| 8 void initHashChangeEvent(String type, bool canBubble, bool cancelable, String oldURL, String newURL) native; | 8 void initHashChangeEvent(String type, bool canBubble, bool cancelable, String oldURL, String newURL) native; |
| 9 } | 9 } |
| OLD | NEW |