Index: pkg/polymer/lib/src/build/import_inliner.dart |
diff --git a/pkg/polymer/lib/src/build/import_inliner.dart b/pkg/polymer/lib/src/build/import_inliner.dart |
index 79298c16bc0c6f4d98229ffaf9eb96dbf169027b..4cc43895ad1ada174247097a7426d85d6660e832 100644 |
--- a/pkg/polymer/lib/src/build/import_inliner.dart |
+++ b/pkg/polymer/lib/src/build/import_inliner.dart |
@@ -150,6 +150,8 @@ class ImportInliner extends Transformer with PolymerTransformer { |
}); |
}); |
} |
+ |
+ String toString() => 'polymer-import-inliner'; |
} |
/** Internally adjusts urls in the html that we are about to inline. */ |