Chromium Code Reviews| Index: pkg/polymer/lib/src/mirror_loader.dart |
| diff --git a/pkg/polymer/lib/src/mirror_loader.dart b/pkg/polymer/lib/src/mirror_loader.dart |
| index c450b8329128cc716c5bf4f4bbfa0ed569bc31bb..699a84aaa3a8ca79fdc83ef01616d442f76f527a 100644 |
| --- a/pkg/polymer/lib/src/mirror_loader.dart |
| +++ b/pkg/polymer/lib/src/mirror_loader.dart |
| @@ -13,6 +13,8 @@ import 'dart:async'; |
| import 'dart:html'; |
| import 'dart:collection' show LinkedHashMap; |
| +import 'package:code_transformers/assets.dart'; |
|
Siggi Cherem (dart-lang)
2014/03/18 19:06:25
is this one used?
blois
2014/03/18 19:41:25
Ack- had a resolve that was popping up in my searc
|
| + |
| // Technically, we shouldn't need any @MirrorsUsed, since this is for |
| // development only, but our test bots don't yet run pub-build. See more details |
| // on the comments of the mirrors import in `lib/polymer.dart`. |