| Index: lib/html/src/dart2js_DOMImplementation.dart
|
| diff --git a/lib/html/src/dart2js_DOMImplementation.dart b/lib/html/src/dart2js_DOMImplementation.dart
|
| index 96d9a004f37a9453997c62c30005c0ae465e61a5..38da7b2143ce045eab9f639dde773af90b2cf122 100644
|
| --- a/lib/html/src/dart2js_DOMImplementation.dart
|
| +++ b/lib/html/src/dart2js_DOMImplementation.dart
|
| @@ -4,8 +4,10 @@
|
|
|
| // TODO(vsm): Unify with Dartium version.
|
| class _DOMWindowCrossFrameImpl implements Window {
|
| - // Private window.
|
| - _WindowImpl _window;
|
| + // 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;
|
|
|
| // Fields.
|
| // TODO(vsm): Implement history and location getters.
|
|
|