| Index: sdk/lib/_internal/compiler/implementation/warnings.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/warnings.dart b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| index e309853464280d88dfb1dda91bff48d260e8eab0..4b2d1c7ac56e3100e157c502eb085f3e138dc851 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| @@ -1300,6 +1300,10 @@ main() {}
|
| static const MessageKind MIRROR_IMPORT = const MessageKind(
|
| "Info: Import of 'dart:mirrors'.");
|
|
|
| + static const MessageKind WRONG_ARGUMENT_FOR_JS_INTERCEPTOR_CONSTANT =
|
| + const MessageKind(
|
| + "Error: Argument for 'JS_INTERCEPTOR_CONSTANT' must be a type constant.");
|
| +
|
| static const MessageKind COMPILER_CRASHED = const MessageKind(
|
| "Error: The compiler crashed when compiling this element.");
|
|
|
|
|