Chromium Code Reviews| Index: runtime/vm/bootstrap.cc |
| diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc |
| index 8ef219d37bc483694c3ea7586018eb7e0099bd99..0dc6e7cf3894e9aae34c98b338e11c47e4267aac 100644 |
| --- a/runtime/vm/bootstrap.cc |
| +++ b/runtime/vm/bootstrap.cc |
| @@ -44,6 +44,7 @@ enum { |
| const char** Bootstrap::profiler_patch_paths_ = NULL; |
| +const char** Bootstrap::typed_data_patch_paths_ = NULL; |
| #define MAKE_PROPERTIES(CamelName, name) \ |