| Index: sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate b/sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate
|
| index 56702e0dc5e63e9fe9cd601e16cd9b3997829260..8f095cb4bdcfae1e4dce9fcafbecc9f9e412d8e8 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate
|
| @@ -48,7 +48,7 @@ class $CLASSNAME$EXTENDS$IMPLEMENTS native "@*DOMWindow" {
|
| }
|
| }
|
|
|
| - var _location_wrapper; // Cached wrapped Location object.
|
| + _LocationWrapper _location_wrapper; // Cached wrapped Location object.
|
|
|
| // Native getter and setter to access raw Location object.
|
| Location get _location => JS('Location', '#.location', this);
|
|
|