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

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

Issue 221873002: Compute frontend/backend specific constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes Created 6 years, 8 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/resolution/resolution.dart
diff --git a/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart b/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
index 0b5926382b30ea950f756d0db10af45839db0ae9..6a103ed8d01d26fd4d6b06e891abd1ccec12c29c 100644
--- a/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
+++ b/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
@@ -28,6 +28,7 @@ import '../elements/modelx.dart'
MetadataAnnotationX,
ParameterMetadataAnnotation,
MetadataContainer;
+import '../helpers/helpers.dart';
import '../util/util.dart';
import 'secret_tree_element.dart' show getTreeElement, setTreeElement;

Powered by Google App Engine
This is Rietveld 408576698