| Index: pkg/dev_compiler/tool/input_sdk/lib/js/dart2js/js_dart2js.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/lib/js/dart2js/js_dart2js.dart b/pkg/dev_compiler/tool/input_sdk/lib/js/dart2js/js_dart2js.dart
|
| index 3b9fbadcc07db73c480368400babfd368e8465c1..79ed9400685518878c9066d9c83fc99eb84f109c 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/lib/js/dart2js/js_dart2js.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/lib/js/dart2js/js_dart2js.dart
|
| @@ -440,7 +440,7 @@ class JsArray<E> extends JsObject with ListMixin<E> {
|
| }
|
|
|
| // Cross frame objects should not be considered browser types.
|
| -// We include the the instanceof Object test to filter out cross frame objects
|
| +// We include the instanceof Object test to filter out cross frame objects
|
| // on FireFox. Surprisingly on FireFox the instanceof Window test succeeds for
|
| // cross frame windows while the instanceof Object test fails.
|
| bool _isBrowserType(o) => JS(
|
|
|