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

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

Issue 1149303006: Let Backend determine support for deferred loading. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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_backend/backend.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 7af956208265f210fbaf9990369e0fe96d8bcb04..76859d7246da8d18268d60da6258d80d2758bb6c 100644
--- a/pkg/compiler/lib/src/warnings.dart
+++ b/pkg/compiler/lib/src/warnings.dart
@@ -1364,7 +1364,7 @@ main() => A.A = 1;
static const MessageKind DEFERRED_LIBRARY_DART_2_DART =
const MessageKind(
- "Deferred loading is not supported by the dart backend yet."
+ "Deferred loading is not supported by the dart backend yet. "
Anders Johnsen 2015/06/08 08:06:29 ?
Johnni Winther 2015/06/08 08:42:36 Needed between '... yet.' and 'The output ...'.
"The output will not be split.");
static const MessageKind DEFERRED_LIBRARY_WITHOUT_PREFIX =
« no previous file with comments | « pkg/compiler/lib/src/js_backend/backend.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698