Index: runtime/vm/bootstrap.h |
diff --git a/runtime/vm/bootstrap.h b/runtime/vm/bootstrap.h |
index 15f454b2ea131e33901196402272bcd147970c81..0c271b38246e67d6526dbf25a1085f6afd86289f 100644 |
--- a/runtime/vm/bootstrap.h |
+++ b/runtime/vm/bootstrap.h |
@@ -55,11 +55,11 @@ 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* typed_data_patch_paths_[]; |
static const char* _vmservice_patch_paths_[]; |
// NULL patch paths for libraries that do not have patch files. |
static const char** profiler_patch_paths_; |
- static const char** typed_data_patch_paths_; |
}; |
} // namespace dart |