Chromium Code Reviews| Index: runtime/vm/class_table.h |
| diff --git a/runtime/vm/class_table.h b/runtime/vm/class_table.h |
| index 1722decb9844aece6c29abc3245e5fe343c4c1eb..1ab7da1ec253576f446d49c8e008efc9a3f9ad01 100644 |
| --- a/runtime/vm/class_table.h |
| +++ b/runtime/vm/class_table.h |
| @@ -191,6 +191,10 @@ class ClassTable { |
| void Unregister(intptr_t index); |
| #endif |
| +#if defined(DART_PRECOMPILER) |
| + void Remap(intptr_t* old_to_new_cids); |
| +#endif |
| + |
| void VisitObjectPointers(ObjectPointerVisitor* visitor); |
| void Validate(); |