Index: tools/dom/src/_chrome/custom_dart/app_window.current.dart |
diff --git a/tools/dom/src/_chrome/custom_dart/app_window.current.dart b/tools/dom/src/_chrome/custom_dart/app_window.current.dart |
index ac5f5b72ee222e74aae19fba84a45a6b559b8205..764a5dcfd814cf019ff619f7acdfa9df93682786 100644 |
--- a/tools/dom/src/_chrome/custom_dart/app_window.current.dart |
+++ b/tools/dom/src/_chrome/custom_dart/app_window.current.dart |
@@ -6,4 +6,3 @@ |
// correctly. Currently, it just reads void for all functions. |
AppWindowAppWindow current() => |
new AppWindowAppWindow._proxy(JS('void', '#.current()', this._jsObject)); |
- |