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..11817e7a41a6cf6258c102d64f140caeaf6dc76e 100644 |
| --- a/runtime/vm/class_table.h |
| +++ b/runtime/vm/class_table.h |
| @@ -180,6 +180,7 @@ class ClassTable { |
| void Register(const Class& cls); |
| void RegisterAt(intptr_t index, const Class& cls); |
| + void RegisterAt(intptr_t index, RawClass* cls); |
| #if defined(DEBUG) |
| void Unregister(intptr_t index); |