| OLD | NEW |
| 1 | 1 |
| 2 class DOMWindow native "*DOMWindow" { | 2 // TODO(jmesserly): generator needs to know to put in @ |
| 3 class DOMWindow native "@*DOMWindow" { |
| 3 | 4 |
| 4 DOMApplicationCache applicationCache; | 5 DOMApplicationCache applicationCache; |
| 5 | 6 |
| 6 Navigator clientInformation; | 7 Navigator clientInformation; |
| 7 | 8 |
| 8 bool closed; | 9 bool closed; |
| 9 | 10 |
| 10 Console console; | 11 Console console; |
| 11 | 12 |
| 12 Crypto crypto; | 13 Crypto crypto; |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 WebKitPoint webkitConvertPointFromPageToNode(Node node, WebKitPoint p) native; | 175 WebKitPoint webkitConvertPointFromPageToNode(Node node, WebKitPoint p) native; |
| 175 | 176 |
| 176 void webkitPostMessage(String message, var targetOrigin_OR_transferList, [Stri
ng targetOrigin = null]) native; | 177 void webkitPostMessage(String message, var targetOrigin_OR_transferList, [Stri
ng targetOrigin = null]) native; |
| 177 | 178 |
| 178 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen
t element) native; | 179 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen
t element) native; |
| 179 | 180 |
| 180 var dartObjectLocalStorage; | 181 var dartObjectLocalStorage; |
| 181 | 182 |
| 182 String get typeName() native; | 183 String get typeName() native; |
| 183 } | 184 } |
| OLD | NEW |