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

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

Issue 382063002: Redo "Information about which functions require other functions is gathered in the enqueuer." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase 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/common.dart
diff --git a/sdk/lib/_internal/compiler/implementation/common.dart b/sdk/lib/_internal/compiler/implementation/common.dart
index 89130c7f767a51c232e4553540cadcbab02fd93e..53f3a094fff7cd70b324544db3f9b84ce15d60b0 100644
--- a/sdk/lib/_internal/compiler/implementation/common.dart
+++ b/sdk/lib/_internal/compiler/implementation/common.dart
@@ -27,6 +27,7 @@ export 'dart_types.dart' show
export 'elements/elements.dart' show
ClassElement,
ClosureFieldElement,
+ CompilationUnitElement,
Element,
Elements,
FunctionElement,

Powered by Google App Engine
This is Rietveld 408576698