| Index: sdk/lib/html/src/native_DOMImplementation.dart
|
| diff --git a/sdk/lib/html/src/native_DOMImplementation.dart b/sdk/lib/html/src/native_DOMImplementation.dart
|
| index 3d3689cfe8587ffc74a57c0ceb05d5e68f530c1a..1d1eceb94a126dcd8576219165e2673dbf803864 100644
|
| --- a/sdk/lib/html/src/native_DOMImplementation.dart
|
| +++ b/sdk/lib/html/src/native_DOMImplementation.dart
|
| @@ -60,8 +60,6 @@ class _DOMWindowCrossFrame extends NativeFieldWrapperClass1 implements Window {
|
| Window get top() native "DOMWindow_top_Getter";
|
|
|
| // Methods.
|
| - void focus() native "DOMWindow_focus_Callback";
|
| - void blur() native "DOMWindow_blur_Callback";
|
| void close() native "DOMWindow_close_Callback";
|
| void postMessage(/*SerializedScriptValue*/ message, String targetOrigin, [List messagePorts]) native "DOMWindow_postMessage_Callback";
|
|
|
|
|