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

Unified Diff: site/try/poi/scope_information_visitor.dart

Issue 1341253002: Fix try (again!) (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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
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.
« no previous file with comments | « no previous file | tests/compiler/dart2js/serialization_test.dart » ('j') | tests/compiler/dart2js/serialization_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698