| Index: pkg/polymer/lib/src/build/script_compactor.dart
|
| diff --git a/pkg/polymer/lib/src/build/script_compactor.dart b/pkg/polymer/lib/src/build/script_compactor.dart
|
| index b633360cb27610da7432724910bb1394b32d6a52..07e2d628316c7b860832748e832989d317867dd4 100644
|
| --- a/pkg/polymer/lib/src/build/script_compactor.dart
|
| +++ b/pkg/polymer/lib/src/build/script_compactor.dart
|
| @@ -701,7 +701,7 @@ List<ClassElement> _visibleClassesOf(LibraryElement lib) {
|
|
|
| /// Retrieves all top-level methods that are visible if you were to import
|
| /// [lib]. This includes exported methods from other libraries too.
|
| -List<ClassElement> _visibleTopLevelMethodsOf(LibraryElement lib) {
|
| +List<FunctionElement> _visibleTopLevelMethodsOf(LibraryElement lib) {
|
| var result = [];
|
| result.addAll(lib.units.expand((u) => u.functions));
|
| for (var e in lib.exports) {
|
|
|