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