Chromium Code Reviews| Index: runtime/vm/class_table.h | 
| diff --git a/runtime/vm/class_table.h b/runtime/vm/class_table.h | 
| index af774a003718414e967458fbc599db0830e7a47d..dc76c08d8efd7fb8cbc55bd98bc975f85b118f8d 100644 | 
| --- a/runtime/vm/class_table.h | 
| +++ b/runtime/vm/class_table.h | 
| @@ -179,6 +179,8 @@ class ClassTable { | 
| void Register(const Class& cls); | 
| + void AllocateIndex(intptr_t index); | 
| + | 
| void RegisterAt(intptr_t index, const Class& cls); | 
| #if defined(DEBUG) |