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

Unified Diff: compiler/java/com/google/dart/compiler/DeltaAnalyzer.java

Issue 9148026: Recompile unit with potential conflict/dependency on some top-level symbol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase and merge Created 8 years, 11 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/DeltaAnalyzer.java
diff --git a/compiler/java/com/google/dart/compiler/DeltaAnalyzer.java b/compiler/java/com/google/dart/compiler/DeltaAnalyzer.java
index 7e827c5cf92cd5afa97300bfeff3569897bc91a9..78a04b02ad8c9b003e2fa645569aec8ac7d6f2dc 100644
--- a/compiler/java/com/google/dart/compiler/DeltaAnalyzer.java
+++ b/compiler/java/com/google/dart/compiler/DeltaAnalyzer.java
@@ -78,7 +78,6 @@ class DeltaAnalyzer {
// Create a library unit which holds the new unit.
LibraryUnit libraryUnit = new LibraryUnit(makeLibrarySource("delta"));
libraryUnit.putUnit(unit);
- libraryUnit.populateTopLevelNodes();
// Create top-level elements for the new unit.
new TopLevelElementBuilder().exec(libraryUnit, context);

Powered by Google App Engine
This is Rietveld 408576698