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

Unified Diff: bin/devrun.dart

Issue 1643523008: fix #43, remove => workaround (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | lib/runtime/dart/_debugger.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/devrun.dart
diff --git a/bin/devrun.dart b/bin/devrun.dart
index db9b3a2ff7954206b0807851e5fb1d2c43f18311..10276173677a135ba7f9669b4cd9661902711499 100755
--- a/bin/devrun.dart
+++ b/bin/devrun.dart
@@ -28,10 +28,6 @@ void _showUsageAndExit() {
}
main(List<String> args) async {
- args = []
- ..add('--arrow-fn-bind-this')
- ..addAll(args);
-
CompilerOptions options;
try {
« no previous file with comments | « no previous file | lib/runtime/dart/_debugger.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698