Index: lib/dom/src/dummy_GlobalProperties.dart |
diff --git a/lib/dom/src/dummy_GlobalProperties.dart b/lib/dom/src/dummy_GlobalProperties.dart |
index a8ce2ad639f46a77df3122914d3f253ad5470179..1ad62801e0c8ed826ca9c31bcb3fdef1bcd3291e 100644 |
--- a/lib/dom/src/dummy_GlobalProperties.dart |
+++ b/lib/dom/src/dummy_GlobalProperties.dart |
@@ -2,9 +2,9 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-Window get window() => _dummy(); |
+Window get window => _dummy(); |
// TODO(vsm): Remove when prefixes are supported. |
-Window get dom_window() => _dummy(); |
+Window get dom_window => _dummy(); |
-Document get document() => _dummy(); |
+Document get document => _dummy(); |