| Index: pkg/compiler/lib/src/native/scanner.dart
|
| diff --git a/pkg/compiler/lib/src/native/scanner.dart b/pkg/compiler/lib/src/native/scanner.dart
|
| index f4024316df33488ba11cb42ef9e995938b079fc1..27f855d8760d67b7758127687b0c4c9a82f90731 100644
|
| --- a/pkg/compiler/lib/src/native/scanner.dart
|
| +++ b/pkg/compiler/lib/src/native/scanner.dart
|
| @@ -13,7 +13,7 @@ void checkAllowedLibrary(ElementListener listener, Token token) {
|
| listener.reportError(token, MessageKind.NATIVE_NOT_SUPPORTED);
|
| }
|
|
|
| -Token handleNativeBlockToSkip(Listener listener, Token token) {
|
| +Token handleNativeBlockToSkip(ElementListener listener, Token token) {
|
| checkAllowedLibrary(listener, token);
|
| token = token.next;
|
| if (identical(token.kind, Tokens.STRING_TOKEN)) {
|
|
|