Index: site/try/poi/scope_information_visitor.dart |
diff --git a/site/try/poi/scope_information_visitor.dart b/site/try/poi/scope_information_visitor.dart |
index c9d2af0809c8b1ba8191b2f0bd4c9c2634d2771a..5ae18eeb85517c1bca121b84519d8edc3d83feb1 100644 |
--- a/site/try/poi/scope_information_visitor.dart |
+++ b/site/try/poi/scope_information_visitor.dart |
@@ -74,7 +74,7 @@ class ScopeInformationVisitor extends BaseElementVisitor/* <void> */ { |
// TODO(ahe): We omit the import scope if there is no current |
// class. That's wrong. |
omitEnclosing: ignoreImports || currentClass == null, |
- name: e.getLibraryName(), |
+ name: e.libraryName, |
serializeEnclosing: () { |
// The enclosing scope of a library is a scope which contains all the |
// imported names. |