Chromium Code Reviews| Index: utils/css/generate.dart |
| diff --git a/utils/css/generate.dart b/utils/css/generate.dart |
| index db55c388f3668c91853f0af6f696c520779b38a9..c100897237bf3951f8795d7fff5e32d93b3bcfaa 100644 |
| --- a/utils/css/generate.dart |
| +++ b/utils/css/generate.dart |
| @@ -23,7 +23,7 @@ class Generate { |
| return classes; |
| } |
| - static dartClass(FileSystem files, String outPath, Stylesheet stylesheet, |
| + static dartClass(var files, String outPath, Stylesheet stylesheet, |
| String filename) { |
| List<String> knownClasses = []; |