| 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];
 | 
|  
 | 
| 
 |