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