| 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..051df51c2451dac4b19e247983439a058fb691ae 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 _window;
|
|
|
| // Fields.
|
| HistoryBase get history =>
|
|
|