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

Unified Diff: bin/dwc.dart

Issue 55143003: webui fixes for 0.8.9 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 2 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 | build.dart » ('j') | pubspec.yaml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/dwc.dart
diff --git a/bin/dwc.dart b/bin/dwc.dart
index 2c122bda0e285a2a0c82c3adf22b47200e4a16a7..864cc3132b180dd300aee4d6e705c2a332d7ba77 100755
--- a/bin/dwc.dart
+++ b/bin/dwc.dart
@@ -5,4 +5,4 @@
import 'package:web_ui/dwc.dart' as dwc;
-void main() => dwc.main();
+void main(args) => dwc.main(args);
« no previous file with comments | « no previous file | build.dart » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698