| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 4687378dac33720f4d4d377a87cc521a81e4bcac..b51fb2f217b3f9dc681b22ae8089465813391b04 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -11509,9 +11509,6 @@ class LocalWindow extends EventTarget implements Window native "@*DOMWindow" {
|
| /** @domName Window.applicationCache */
|
| final DOMApplicationCache applicationCache;
|
|
|
| - /** @domName Window.clientInformation */
|
| - final Navigator clientInformation;
|
| -
|
| /** @domName Window.closed */
|
| final bool closed;
|
|
|
|
|