| OLD | NEW |
| 1 | 1 |
| 2 class DOMWindow native "DOMWindow" { | 2 class DOMWindow native "*DOMWindow" { |
| 3 | 3 |
| 4 DOMApplicationCache applicationCache; | 4 DOMApplicationCache applicationCache; |
| 5 | 5 |
| 6 Navigator clientInformation; | 6 Navigator clientInformation; |
| 7 | 7 |
| 8 bool closed; | 8 bool closed; |
| 9 | 9 |
| 10 Console console; | 10 Console console; |
| 11 | 11 |
| 12 Crypto crypto; | 12 Crypto crypto; |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 WebKitPoint webkitConvertPointFromPageToNode(Node node, WebKitPoint p) native; | 320 WebKitPoint webkitConvertPointFromPageToNode(Node node, WebKitPoint p) native; |
| 321 | 321 |
| 322 void webkitPostMessage(String message, var targetOrigin_OR_transferList, [Stri
ng targetOrigin = null]) native; | 322 void webkitPostMessage(String message, var targetOrigin_OR_transferList, [Stri
ng targetOrigin = null]) native; |
| 323 | 323 |
| 324 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen
t element) native; | 324 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen
t element) native; |
| 325 | 325 |
| 326 var dartObjectLocalStorage; | 326 var dartObjectLocalStorage; |
| 327 | 327 |
| 328 String get typeName() native; | 328 String get typeName() native; |
| 329 } | 329 } |
| OLD | NEW |