| Index: runtime/vm/bootstrap.h
|
| diff --git a/runtime/vm/bootstrap.h b/runtime/vm/bootstrap.h
|
| index 4cae3706e39140268b732bfd6cf978e0d714572d..eb238ed0c0825856f69c91b7c0539a07e63b277c 100644
|
| --- a/runtime/vm/bootstrap.h
|
| +++ b/runtime/vm/bootstrap.h
|
| @@ -30,6 +30,7 @@ class Bootstrap : public AllStatic {
|
| static const char* json_source_paths_[];
|
| static const char* math_source_paths_[];
|
| static const char* mirrors_source_paths_[];
|
| + static const char* profiler_source_paths_[];
|
| static const char* typed_data_source_paths_[];
|
| static const char* utf_source_paths_[];
|
| static const char* _vmservice_source_paths_[];
|
| @@ -44,6 +45,7 @@ class Bootstrap : public AllStatic {
|
| static const char* isolate_patch_paths_[];
|
| static const char* math_patch_paths_[];
|
| static const char* mirrors_patch_paths_[];
|
| + static const char* profiler_patch_paths_[];
|
| static const char* typed_data_patch_paths_[];
|
| static const char* _vmservice_patch_paths_[];
|
| };
|
|
|