| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index b1ef2465496430945f10134f9a09a21212606214..e4cc61ba557ba28157cbd8fc8cab4e9dec1b4a0f 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -14944,10 +14944,6 @@ class LocalWindow extends EventTarget implements Window {
|
| DOMApplicationCache get applicationCache native "DOMWindow_applicationCache_Getter";
|
|
|
|
|
| - /** @domName DOMWindow.clientInformation */
|
| - Navigator get clientInformation native "DOMWindow_clientInformation_Getter";
|
| -
|
| -
|
| /** @domName DOMWindow.closed */
|
| bool get closed native "DOMWindow_closed_Getter";
|
|
|
|
|