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

Unified Diff: utils/css/generate.dart

Issue 9695048: Template parser (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Siggi's comments Created 8 years, 9 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 | « utils/css/cssselectorexception.dart ('k') | utils/css/parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [];
« no previous file with comments | « utils/css/cssselectorexception.dart ('k') | utils/css/parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698