Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(911)

Unified Diff: pkg/compiler/lib/src/warnings.dart

Issue 1244473002: dart2js: Fix check for support of reflection. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/compiler/lib/src/js_emitter/startup_emitter/emitter.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/warnings.dart
diff --git a/pkg/compiler/lib/src/warnings.dart b/pkg/compiler/lib/src/warnings.dart
index 350af41e80894e0989a47e6dec38a3a09e18f760..e2f2fb334566857b46b9ede455933a230df0b192 100644
--- a/pkg/compiler/lib/src/warnings.dart
+++ b/pkg/compiler/lib/src/warnings.dart
@@ -2524,10 +2524,9 @@ $IMPORT_EXPERIMENTAL_MIRRORS_PADDING#{importChain}
''');
- static const MessageKind MIRRORS_LIBRARY_NEW_EMITTER =
+ static const MessageKind MIRRORS_LIBRARY_NOT_SUPPORT_BY_BACKEND =
const MessageKind(
- "dart:mirrors library is not supported when using the new emitter "
- "(DART_VM_OPTIONS='-Ddart2js.use.new.emitter=true')");
+ "dart:mirrors library is not supported when using this backend.");
Johnni Winther 2015/07/16 18:14:29 Which backend? Can you provide more info and maybe
floitsch 2015/07/17 13:16:19 I wondered. (After all I removed the old one). I t
static const MessageKind CALL_NOT_SUPPORTED_ON_NATIVE_CLASS =
const MessageKind(
« no previous file with comments | « pkg/compiler/lib/src/js_emitter/startup_emitter/emitter.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698