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

Unified Diff: sdk/lib/_internal/compiler/implementation/helpers/expensive_map.dart

Issue 208423012: Add helpers library to dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/helpers/expensive_map.dart
diff --git a/sdk/lib/_internal/compiler/implementation/util/expensive_map.dart b/sdk/lib/_internal/compiler/implementation/helpers/expensive_map.dart
similarity index 98%
rename from sdk/lib/_internal/compiler/implementation/util/expensive_map.dart
rename to sdk/lib/_internal/compiler/implementation/helpers/expensive_map.dart
index d9c76599fa32c61a4a9b985a8ed23cd3eb22314e..1a6e5e859fe6307b6bbd86af1276f543db029da4 100644
--- a/sdk/lib/_internal/compiler/implementation/util/expensive_map.dart
+++ b/sdk/lib/_internal/compiler/implementation/helpers/expensive_map.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-part of dart2js.util;
+part of dart2js.helpers;
/**
* The expensive map is a data structure useful for tracking down

Powered by Google App Engine
This is Rietveld 408576698