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

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: Also use _symbol_dev.Symbol.getName in dart2js 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
« no previous file with comments | « dart/runtime/tests/vm/dart/isolate_mirror_local_test.dart ('k') | dart/runtime/vm/bootstrap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_[];
« no previous file with comments | « dart/runtime/tests/vm/dart/isolate_mirror_local_test.dart ('k') | dart/runtime/vm/bootstrap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698