| Index: lib/compiler/implementation/native_handler.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/native_handler.dart (revision 8591)
|
| +++ lib/compiler/implementation/native_handler.dart (working copy)
|
| @@ -83,6 +83,9 @@
|
| library.define(new ForeignElement(
|
| const SourceString('native'), library), compiler);
|
| library.canUseNative = true;
|
| + if (compiler.jsIndexingBehaviorInterface !== null) {
|
| + library.define(compiler.jsIndexingBehaviorInterface, compiler);
|
| + }
|
| }
|
|
|
| // Additionaly, if this is a test, we allow access to foreign functions.
|
|
|