Chromium Code Reviews| Index: tools/dom/src/dart2js_DOMImplementation.dart |
| diff --git a/tools/dom/src/dart2js_DOMImplementation.dart b/tools/dom/src/dart2js_DOMImplementation.dart |
| index adb5f2783c97937457aca266206f2c5f05680818..82918d4624d07ffe765c19690eaf6098edde42c6 100644 |
| --- a/tools/dom/src/dart2js_DOMImplementation.dart |
| +++ b/tools/dom/src/dart2js_DOMImplementation.dart |
| @@ -9,7 +9,7 @@ class _DOMWindowCrossFrame implements WindowBase { |
| // Private window. Note, this is a window in another frame, so it |
| // cannot be typed as "Window" as its prototype is not patched |
| // properly. Its fields and methods can only be accessed via JavaScript. |
| - var _window; |
| + final var _window; |
|
Andrei Mouravski
2013/03/28 17:22:22
Get rid of "var."
|
| // Fields. |
| HistoryBase get history => |