| Index: lib/html/dart2js/html_dart2js.dart
|
| diff --git a/lib/html/dart2js/html_dart2js.dart b/lib/html/dart2js/html_dart2js.dart
|
| index 67cd8d1fa21ec29ddefc65b6647595bd4cb22330..49a116c13261f418dc7e7eadedcc96469d8f3e6e 100644
|
| --- a/lib/html/dart2js/html_dart2js.dart
|
| +++ b/lib/html/dart2js/html_dart2js.dart
|
| @@ -18061,7 +18061,7 @@ abstract class LocalWindow implements EventTarget, Window {
|
| abstract Event get event;
|
|
|
| /** @domName Window.history */
|
| - abstract History get history;
|
| + abstract LocalHistory get history;
|
|
|
| /** @domName DOMWindow.indexedDB */
|
| abstract IDBFactory get indexedDB;
|
| @@ -18076,7 +18076,7 @@ abstract class LocalWindow implements EventTarget, Window {
|
| abstract Storage get localStorage;
|
|
|
| /** @domName Window.location */
|
| - Location location;
|
| + LocalLocation location;
|
|
|
| /** @domName Window.locationbar */
|
| abstract BarInfo get locationbar;
|
|
|