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

Unified Diff: runtime/vm/bootstrap.h

Issue 27523002: Add "deprecated" to the standard library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 6ebc8124637e56bb02d74bcbd24314939ed66c05..8b1fcdc4e739f8c4bbdd2687095a2f3bbff604de 100644
--- a/runtime/vm/bootstrap.h
+++ b/runtime/vm/bootstrap.h
@@ -20,6 +20,7 @@ class Bootstrap : public AllStatic {
static bool IsBootstapResolver(Dart_NativeEntryResolver resolver);
// Source path mapping for library URI and 'parts'.
+ static const char* annotation_source_paths_[];
static const char* async_source_paths_[];
static const char* corelib_source_paths_[];
static const char* collection_source_paths_[];

Powered by Google App Engine
This is Rietveld 408576698