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

Unified Diff: dart/runtime/vm/bootstrap.h

Issue 14173005: Update dart:mirrors to use Symbol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix various issues discovered during own review. Created 7 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: dart/runtime/vm/bootstrap.h
diff --git a/dart/runtime/vm/bootstrap.h b/dart/runtime/vm/bootstrap.h
index fdb616df32b8cf2fb48397795752453330719b5a..020d819b621a008d4754a6642c6387790657ec21 100644
--- a/dart/runtime/vm/bootstrap.h
+++ b/dart/runtime/vm/bootstrap.h
@@ -42,6 +42,7 @@ class Bootstrap : public AllStatic {
static const char collection_source_[];
static const char collection_patch_[];
static const char collection_dev_source_[];
+ static const char collection_dev_patch_[];
static const char crypto_source_[];
static const char isolate_source_[];
static const char isolate_patch_[];

Powered by Google App Engine
This is Rietveld 408576698