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

Unified Diff: dart/utils/css/cssoptions.dart

Issue 10164004: Remove frogsh. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 8 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: dart/utils/css/cssoptions.dart
diff --git a/dart/utils/css/cssoptions.dart b/dart/utils/css/cssoptions.dart
index feaa2a38c9bae6ca8f73d70f0fde9a54c007804a..8193d65c721bf39ef3775670dc0947ddc0f8484b 100644
--- a/dart/utils/css/cssoptions.dart
+++ b/dart/utils/css/cssoptions.dart
@@ -46,7 +46,7 @@ class CSSOptions {
childArgs = [];
// Start from 2 to skip arguments representing the compiler command
- // (node/python followed by frogsh/frog.py).
+ // (python followed by frog.py).
for (int i = 2; i < args.length; i++) {
var arg = args[i];

Powered by Google App Engine
This is Rietveld 408576698