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

Unified Diff: lib/compiler/implementation/dart_backend/placeholder_collector.dart

Issue 10854067: Process typedefs, referenced from the program. (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
« no previous file with comments | « lib/compiler/implementation/dart_backend/backend.dart ('k') | tests/language/language.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/dart_backend/placeholder_collector.dart
diff --git a/lib/compiler/implementation/dart_backend/placeholder_collector.dart b/lib/compiler/implementation/dart_backend/placeholder_collector.dart
index b7dcb1e295fbd3d1f49e22f6f5dc1f5b7d3ee68a..fadb9404dc032a8337f6ceef1397a90b280eaa63 100644
--- a/lib/compiler/implementation/dart_backend/placeholder_collector.dart
+++ b/lib/compiler/implementation/dart_backend/placeholder_collector.dart
@@ -133,9 +133,6 @@ class PlaceholderCollector extends AbstractVisitor {
}
void collect(Element element, TreeElements elements) {
- // Skip AbstractFieldElement, it has no node.
- // Instead getters and setters should be processed explicitly.
- if (element is AbstractFieldElement) return;
treeElements = elements;
Node elementNode;
if (element is FunctionElement) {
« no previous file with comments | « lib/compiler/implementation/dart_backend/backend.dart ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698