| Index: compiler/java/com/google/dart/compiler/resolver/SupertypeResolver.java
|
| diff --git a/compiler/java/com/google/dart/compiler/resolver/SupertypeResolver.java b/compiler/java/com/google/dart/compiler/resolver/SupertypeResolver.java
|
| index ed76ae9de992c60c5e5f3041bcfbb5e7cb47ebdd..4bfa5a573e9049632edf9ee9e7bf2a1301d01963 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/SupertypeResolver.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/SupertypeResolver.java
|
| @@ -151,7 +151,7 @@ public class SupertypeResolver {
|
| || Elements.isLibrarySource(source, "corelib_impl.dart")
|
|
|
| // New core library file names
|
| - || Elements.isLibrarySource(source, "core_runtime.dart")
|
| - || Elements.isLibrarySource(source, "coreimpl_runtime.dart");
|
| + || Elements.isLibrarySource(source, "core.dart")
|
| + || Elements.isLibrarySource(source, "coreimpl.dart");
|
| }
|
| }
|
|
|