| 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_[];
|
|
|