| Index: sdk/lib/html/templates/html/dartium/html_dartium.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dartium/html_dartium.darttemplate b/sdk/lib/html/templates/html/dartium/html_dartium.darttemplate
|
| index 894e02391d5fda3fdbfea694b193ca22a5fd89e9..b6aaa037af07cccd607736368e1cc004541803f6 100644
|
| --- a/sdk/lib/html/templates/html/dartium/html_dartium.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dartium/html_dartium.darttemplate
|
| @@ -44,9 +44,9 @@ part '$AUXILIARY_DIR/_ListIterators.dart';
|
| part '$AUXILIARY_DIR/native_DOMPublic.dart';
|
| part '$AUXILIARY_DIR/native_DOMImplementation.dart';
|
|
|
| -LocalWindow _window;
|
| +Window _window;
|
|
|
| -LocalWindow get window {
|
| +Window get window {
|
| if (_window != null) {
|
| return _window;
|
| }
|
|
|