| Index: lib/html/dart2js/html_dart2js.dart
|
| diff --git a/lib/html/dart2js/html_dart2js.dart b/lib/html/dart2js/html_dart2js.dart
|
| index dcc8123d38211f738e7a2dad74b09bc63f1e5ce0..4b3a01716ad486b109cc158bf492412794b170a4 100644
|
| --- a/lib/html/dart2js/html_dart2js.dart
|
| +++ b/lib/html/dart2js/html_dart2js.dart
|
| @@ -41429,7 +41429,7 @@ bool _isImmutableJavaScriptArray(value) =>
|
| // TODO(vsm): Unify with Dartium version.
|
| class _DOMWindowCrossFrameImpl implements Window {
|
| // Private window.
|
| - _WindowImpl _window;
|
| + var _window;
|
|
|
| // Fields.
|
| // TODO(vsm): Implement history and location getters.
|
|
|