| Index: sdk/lib/_internal/compiler/implementation/native_handler.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/native_handler.dart b/sdk/lib/_internal/compiler/implementation/native_handler.dart
|
| index 49975b80ef12079346a418a197a368f7ef4c365f..ed7fb1f15879fc346ecd2567a693e06517b32403 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/native_handler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/native_handler.dart
|
| @@ -816,7 +816,7 @@ class NativeBehavior {
|
| lookup(name), locationNodeOrElement) {
|
| if (typeString == '=Object') return SpecialType.JsObject;
|
| if (typeString == 'dynamic') {
|
| - return compiler.dynamicClass.computeType(compiler);
|
| + return compiler.types.dynamicType;
|
| }
|
| DartType type = lookup(typeString);
|
| if (type != null) return type;
|
|
|