| Index: tests/dom/window_mangling_test.dart
|
| diff --git a/tests/dom/window_mangling_test.dart b/tests/dom/window_mangling_test.dart
|
| index 60b5e23ec5f10c85e97c11c424f52dc9f856ec9d..93fc6c8bfb92adcac7ecc30a1f9fd6b1d100b4b6 100644
|
| --- a/tests/dom/window_mangling_test.dart
|
| +++ b/tests/dom/window_mangling_test.dart
|
| @@ -4,8 +4,8 @@
|
|
|
| #library('WindowManglingTest');
|
| #import('../../lib/unittest/unittest.dart');
|
| -#import('../../lib/unittest/dom_config.dart');
|
| -#import('dart:dom', prefix: 'dom');
|
| +#import('../../lib/unittest/html_config.dart');
|
| +#import('dart:html', prefix: 'dom');
|
|
|
| // Defined in dom.Window.
|
| get navigator() => "Dummy";
|
| @@ -14,7 +14,7 @@ $eq(x, y) => false;
|
| $eq$(x, y) => false;
|
|
|
| main() {
|
| - useDomConfiguration();
|
| + useHtmlConfiguration();
|
| var win = dom.window;
|
|
|
| test('windowMethod', () {
|
|
|