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

Unified Diff: lib/compiler/implementation/world.dart

Issue 10831125: Revert 'Port the remaining of dart:core to the unified corelib.' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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
« no previous file with comments | « lib/compiler/implementation/lib/mock.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/world.dart
diff --git a/lib/compiler/implementation/world.dart b/lib/compiler/implementation/world.dart
index 0bb95f232a9b9953d0c751f3150517eacfcf84e4..f616c5aa4c892251aa2f5984e0c03e6980e8324a 100644
--- a/lib/compiler/implementation/world.dart
+++ b/lib/compiler/implementation/world.dart
@@ -22,7 +22,7 @@ class World {
!link.isEmpty();
link = link.tail) {
Element element = link.head;
- if (!element.isClass() || compiler.isPatchElement(element)) continue;
+ if (!element.isClass()) continue;
ClassElement cls = element;
compiler.resolveClass(cls);
addSubtypes(cls);
« no previous file with comments | « lib/compiler/implementation/lib/mock.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698