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

Unified Diff: runtime/vm/bootstrap.h

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: runtime/vm/bootstrap.h
diff --git a/runtime/vm/bootstrap.h b/runtime/vm/bootstrap.h
index a638579eefd0d343909aa3ffc400f086d1360967..fdb616df32b8cf2fb48397795752453330719b5a 100644
--- a/runtime/vm/bootstrap.h
+++ b/runtime/vm/bootstrap.h
@@ -40,6 +40,7 @@ class Bootstrap : public AllStatic {
static const char corelib_source_[];
static const char corelib_patch_[];
static const char collection_source_[];
+ static const char collection_patch_[];
static const char collection_dev_source_[];
static const char crypto_source_[];
static const char isolate_source_[];

Powered by Google App Engine
This is Rietveld 408576698