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

Unified Diff: compiler/java/com/google/dart/compiler/resolver/SupertypeResolver.java

Issue 10890030: Move core and coreimpl from corelib/ to lib/core and lib/coreimpl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. Created 8 years, 4 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/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");
}
}

Powered by Google App Engine
This is Rietveld 408576698