Chromium Code Reviews| Index: runtime/vm/class_table.h |
| diff --git a/runtime/vm/class_table.h b/runtime/vm/class_table.h |
| index aa8c3660148c32118331f504d68118ec292da681..97e475a689410095261142ea075319c0a65061d4 100644 |
| --- a/runtime/vm/class_table.h |
| +++ b/runtime/vm/class_table.h |
| @@ -171,6 +171,10 @@ class ClassTable { |
| void RegisterAt(intptr_t index, const Class& cls); |
| +#if defined(DEBUG) |
| + void Unregister(intptr_t index); |
| +#endif |
| + |
| void VisitObjectPointers(ObjectPointerVisitor* visitor); |
| void Validate(); |