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

Unified Diff: compiler/java/com/google/dart/compiler/resolver/LibraryElementImplementation.java

Issue 9689063: Visit Node in CompileTimeConstantAnalyzer only if Node based (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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: compiler/java/com/google/dart/compiler/resolver/LibraryElementImplementation.java
diff --git a/compiler/java/com/google/dart/compiler/resolver/LibraryElementImplementation.java b/compiler/java/com/google/dart/compiler/resolver/LibraryElementImplementation.java
index 7f259d9f36e935e560ac0d108a4a8562d08dc5b1..dacf39520e26919095c3f19b8aa551aa25b3950c 100644
--- a/compiler/java/com/google/dart/compiler/resolver/LibraryElementImplementation.java
+++ b/compiler/java/com/google/dart/compiler/resolver/LibraryElementImplementation.java
@@ -8,7 +8,7 @@ import com.google.dart.compiler.ast.LibraryUnit;
import java.util.Collection;
-class LibraryElementImplementation extends AbstractElement implements LibraryElement {
+class LibraryElementImplementation extends AbstractNodeElement implements LibraryElement {
private final Scope scope = new Scope("library", this);
private LibraryUnit libraryUnit;

Powered by Google App Engine
This is Rietveld 408576698