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

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

Issue 10918047: First corelib cleanup patch after unification. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove bogus comment. Created 8 years, 3 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: lib/compiler/implementation/elements/elements.dart
diff --git a/lib/compiler/implementation/elements/elements.dart b/lib/compiler/implementation/elements/elements.dart
index cc494fc34b8812829ffe0add5c170bc44cf26e5f..61fe59aa980548d3547f7374c519d610b0ead379 100644
--- a/lib/compiler/implementation/elements/elements.dart
+++ b/lib/compiler/implementation/elements/elements.dart
@@ -293,6 +293,7 @@ class Element implements Hashable {
listener.cancel("Unimplemented cloneTo", element: this);
}
+ bool get isPatched => false;
static bool isInvalid(Element e) => e == null || e.isErroneous();
}

Powered by Google App Engine
This is Rietveld 408576698