Chromium Code Reviews| Index: client/dom/frog_dom.dart |
| diff --git a/client/dom/frog_dom.dart b/client/dom/frog_dom.dart |
| index a128fb28dd061cb09d096224db755fac143f26b4..c7cc17a926f9805943d29a8917d8ca5a8771d372 100644 |
| --- a/client/dom/frog_dom.dart |
| +++ b/client/dom/frog_dom.dart |
| @@ -355,4 +355,4 @@ |
| class Window extends DOMWindow {} |
| Window window; |
| -HTMLDocument get document() => window.document; |
| +HTMLDocument document; |