| Index: lib/compiler/implementation/native_handler.dart
|
| diff --git a/lib/compiler/implementation/native_handler.dart b/lib/compiler/implementation/native_handler.dart
|
| index c11bafdccc2bac72ee4c3779909a33df45506f2c..7ac268a934121f34fa80dcb68de558a662835cf0 100644
|
| --- a/lib/compiler/implementation/native_handler.dart
|
| +++ b/lib/compiler/implementation/native_handler.dart
|
| @@ -83,7 +83,6 @@ void maybeEnableNative(Compiler compiler,
|
| || libraryName == 'dart:isolate'
|
| || libraryName == 'dart:html') {
|
| library.canUseNative = true;
|
| - library.addToScope(compiler.findHelper(const SourceString('JS')), compiler);
|
| if (compiler.jsIndexingBehaviorInterface !== null) {
|
| library.addToScope(compiler.jsIndexingBehaviorInterface, compiler);
|
| }
|
|
|