| Index: pkg/compiler/lib/src/warnings.dart
|
| diff --git a/pkg/compiler/lib/src/warnings.dart b/pkg/compiler/lib/src/warnings.dart
|
| index a4b3ea016245c15c505c9c656706e2376ba7e726..f14426292f4082c1e29bfdf0c98fb825e2b2afd0 100644
|
| --- a/pkg/compiler/lib/src/warnings.dart
|
| +++ b/pkg/compiler/lib/src/warnings.dart
|
| @@ -2204,7 +2204,7 @@ Please include the following information:
|
| static const MessageKind PREAMBLE = const MessageKind(
|
| "When run on the command-line, the compiled output might"
|
| " require a preamble file located in:\n"
|
| - " <sdk>/lib/_internal/compiler/js_lib/preambles.");
|
| + " <sdk>/lib/_internal/js_runtime/lib/preambles.");
|
|
|
| static const MessageKind INVALID_SYNC_MODIFIER = const MessageKind(
|
| "Invalid modifier 'sync'.",
|
|
|