| Index: sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate b/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| index da85734e5444cab602262ae4be5a3b0100a740da..748a4f373ae65bca8b1249bda1d40cc127ae60ae 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| @@ -45,7 +45,7 @@ part '$AUXILIARY_DIR/_Testing.dart';
|
| part '$AUXILIARY_DIR/_ListIterators.dart';
|
|
|
|
|
| -LocalWindow get window => JS('LocalWindow', 'window');
|
| +Window get window => JS('Window', 'window');
|
|
|
| HtmlDocument get document => JS('Document', 'document');
|
|
|
|
|