| 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);
|
|
|