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

Unified Diff: lib/src/options.dart

Issue 1020043002: Replace dart_core.js with actual compiled SDK (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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
Index: lib/src/options.dart
diff --git a/lib/src/options.dart b/lib/src/options.dart
index 238dafa74180c63a47300da2df84a6ee126b8aa0..bfd1eb2886f5c17ef95af2e2b7a152108a53028a 100644
--- a/lib/src/options.dart
+++ b/lib/src/options.dart
@@ -193,7 +193,7 @@ class CompilerOptions implements RulesOptions, ResolverOptions, JSCodeOptions {
@override
final bool emitSourceMaps;
- /// Location for runtime files, such as `dart_core.js`. By default this is
+ /// Location for runtime files, such as `dart_runtime.js`. By default this is
/// inferred to be under `lib/runtime/` in the location of the `dev_compiler`
/// package (if we can infer where that is located).
final String runtimeDir;

Powered by Google App Engine
This is Rietveld 408576698