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

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

Issue 10877016: Remove references to 'frog' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 49a7c6fe3bd193417d1eb56a9a33e37614d04d8c..ed76ae9de992c60c5e5f3041bcfbb5e7cb47ebdd 100644
--- a/compiler/java/com/google/dart/compiler/resolver/SupertypeResolver.java
+++ b/compiler/java/com/google/dart/compiler/resolver/SupertypeResolver.java
@@ -151,8 +151,6 @@ public class SupertypeResolver {
|| Elements.isLibrarySource(source, "corelib_impl.dart")
// New core library file names
- || Elements.isLibrarySource(source, "core_frog.dart")
- || Elements.isLibrarySource(source, "coreimpl_frog.dart")
|| Elements.isLibrarySource(source, "core_runtime.dart")
|| Elements.isLibrarySource(source, "coreimpl_runtime.dart");
}

Powered by Google App Engine
This is Rietveld 408576698