| Index: pkg/compiler/lib/src/native/enqueue.dart
|
| diff --git a/pkg/compiler/lib/src/native/enqueue.dart b/pkg/compiler/lib/src/native/enqueue.dart
|
| index 4c48f48be5311128287f0545910de015832889fb..131ba1844094e411b864e67fefe6ed604501ee8c 100644
|
| --- a/pkg/compiler/lib/src/native/enqueue.dart
|
| +++ b/pkg/compiler/lib/src/native/enqueue.dart
|
| @@ -25,7 +25,7 @@ class NativeEnqueuer {
|
| /// Computes types instantiated due to setting a native field.
|
| void registerFieldStore(Element field) {}
|
|
|
| - NativeBehavior getNativeBehaviorOf(Send node) => NativeBehavior.NONE;
|
| + NativeBehavior getNativeBehaviorOf(Send node) => new NativeBehavior();
|
|
|
| /// Returns whether native classes are being used.
|
| bool hasInstantiatedNativeClasses() => false;
|
|
|