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

Unified Diff: sdk/lib/_internal/libraries.dart

Issue 12827018: Add a new implementation of HashMap that uses JS objects for its (multiple) hash tables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes. Created 7 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/libraries.dart
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index 9bb62ffe6a6256d3e51560d0bf00982c8a0325a2..8b4001a6e0e20c300505a0455bc24ccdd901592b 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -30,7 +30,9 @@ const Map<String, LibraryInfo> LIBRARIES = const {
"chrome/dart2js/chrome_dart2js.dart",
category: "Client"),
- "collection": const LibraryInfo("collection/collection.dart"),
+ "collection": const LibraryInfo(
+ "collection/collection.dart",
+ dart2jsPatchPath: "_internal/compiler/implementation/lib/collection_patch.dart"),
"core": const LibraryInfo(
"core/core.dart",

Powered by Google App Engine
This is Rietveld 408576698