| Index: compiler/java/com/google/dart/compiler/resolver/Elements.java
|
| diff --git a/compiler/java/com/google/dart/compiler/resolver/Elements.java b/compiler/java/com/google/dart/compiler/resolver/Elements.java
|
| index cea87a635742852e250d50d23d084eaaec95614d..06a2078c5b3bec7ff30ee5329f87ef4e607cad48 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/Elements.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/Elements.java
|
| @@ -761,9 +761,7 @@ static FieldElementImplementation fieldFromNode(DartField node,
|
| return Elements.isLibrarySource(source, "/core/corelib.dart")
|
| || Elements.isLibrarySource(source, "/core/corelib_impl.dart")
|
| // New core library file names
|
| - || Elements.isLibrarySource(source, "/core/core.dart")
|
| - || Elements.isLibrarySource(source, "/core/coreimpl.dart")
|
| - || Elements.isLibrarySource(source, "/coreimpl/coreimpl.dart");
|
| + || Elements.isLibrarySource(source, "/core/core.dart");
|
| }
|
|
|
| public static boolean isHtmlLibrarySource(Source source) {
|
|
|