| 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 baffee0fee103c6625239acd6f96ee29e2658e55..3e2c49c139712d9c032f06145d656dbf584fec5f 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/LibraryElementImplementation.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/LibraryElementImplementation.java
|
| @@ -18,7 +18,7 @@ class LibraryElementImplementation extends AbstractNodeElement implements Librar
|
| private final Map<String, Element> exportedElements = Maps.newHashMap();
|
| private LibraryUnit libraryUnit;
|
| private MethodElement entryPoint;
|
| - private DartObsoleteMetadata metadata;
|
| + private DartObsoleteMetadata metadata = DartObsoleteMetadata.EMPTY;
|
|
|
| public LibraryElementImplementation(LibraryUnit libraryUnit) {
|
| // TODO(ngeoffray): What should we pass the super? Should a LibraryUnit be a node?
|
|
|