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

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: Prefer local variable. 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 2c5891ce14d04b28175936e5adf49f80a61dacab..737069cf8f680262b4be5b842584225a59c4825f 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