| Index: pkg/compiler/lib/src/common/resolution.dart
|
| diff --git a/pkg/compiler/lib/src/common/resolution.dart b/pkg/compiler/lib/src/common/resolution.dart
|
| index 97b5b2d188d727612f24560101d7a85b577708ce..515aa683796accc14c017d23e3fce24a6e30e294 100644
|
| --- a/pkg/compiler/lib/src/common/resolution.dart
|
| +++ b/pkg/compiler/lib/src/common/resolution.dart
|
| @@ -202,6 +202,10 @@ abstract class Target {
|
| /// have special treatment, such as being allowed to extends blacklisted
|
| /// classes or members being eagerly resolved.
|
| bool isTargetSpecificLibrary(LibraryElement element);
|
| +
|
| + /// Resolve target specific information for [element] and register it with
|
| + /// [registry].
|
| + void resolveNativeElement(Element element, NativeRegistry registry) {}
|
| }
|
|
|
| // TODO(johnniwinther): Rename to `Resolver` or `ResolverContext`.
|
|
|