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

Unified Diff: lib/compiler/implementation/dart2js.dart

Issue 10389063: Implement PrimitiveOrNull types. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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/compiler/implementation/dart2js.dart
===================================================================
--- lib/compiler/implementation/dart2js.dart (revision 7482)
+++ lib/compiler/implementation/dart2js.dart (working copy)
@@ -75,7 +75,7 @@
new OptionHandler('--allow-mock-compilation', passThrough),
new OptionHandler('--no-colors', (_) => colors.enabled = false),
new OptionHandler('--enable-checked-mode|--checked|-c',
- (_) => passThrough('--enable_checked_mode')),
+ (_) => passThrough('--enable-checked-mode')),
new OptionHandler('--help', (_) => helpAndExit()),
// The following two options must come last.
new OptionHandler('-.*', (String argument) {
« no previous file with comments | « no previous file | lib/compiler/implementation/ssa/builder.dart » ('j') | lib/compiler/implementation/ssa/types.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698