| 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 1e7dbf5fa96bc75507f4e563d35361907988d63a..ac4f6dc5f63772d29e5f14967b1809824727ca65 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -22153,8 +22153,6 @@ abstract class Window {
|
| Window get top;
|
|
|
| // Methods.
|
| - void focus();
|
| - void blur();
|
| void close();
|
| void postMessage(var message, String targetOrigin, [List messagePorts = null]);
|
| }
|
|
|