Index: tests/compiler/dart2js_native/native_window1_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_window1_frog_test.dart b/tests/compiler/dart2js_native/native_window1_frog_test.dart |
index 553f924669e1737152225b76c5826f5a50c920cd..f6b727a4edf3bf2d98051355b93d01130548ffb0 100644 |
--- a/tests/compiler/dart2js_native/native_window1_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_window1_frog_test.dart |
@@ -4,7 +4,7 @@ |
import "package:expect/expect.dart"; |
-interface Window { |
+abstract class Window { |
final int document; |
} |