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

Unified Diff: sdk/lib/_internal/compiler/implementation/enqueue.dart

Issue 409473002: A bit of element model cleanup. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 6 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
Index: sdk/lib/_internal/compiler/implementation/enqueue.dart
diff --git a/sdk/lib/_internal/compiler/implementation/enqueue.dart b/sdk/lib/_internal/compiler/implementation/enqueue.dart
index bef705de908d8397dd95142846eeb830d9e6109a..b16a9f16abe47348c5c32c60dd8b68d4ec58a10e 100644
--- a/sdk/lib/_internal/compiler/implementation/enqueue.dart
+++ b/sdk/lib/_internal/compiler/implementation/enqueue.dart
@@ -607,7 +607,7 @@ abstract class Enqueuer {
}
}
- void registerClosure(FunctionElement element, Registry registry) {
+ void registerClosure(LocalFunctionElement element, Registry registry) {
universe.allClosures.add(element);
registerIfGeneric(element, registry);
}

Powered by Google App Engine
This is Rietveld 408576698