| Index: runtime/vm/class_table.h
|
| diff --git a/runtime/vm/class_table.h b/runtime/vm/class_table.h
|
| index 93fb51402fad635b7bd2a5068d1b7d19d539300d..b62c71e0a05f30b4551ec69694acd0dcb17f7096 100644
|
| --- a/runtime/vm/class_table.h
|
| +++ b/runtime/vm/class_table.h
|
| @@ -205,8 +205,7 @@ class ClassTable {
|
| static intptr_t CounterOffsetFor(intptr_t cid, bool is_new_space);
|
|
|
| // Used by the generated code.
|
| - ClassHeapStats** StateAddressFor(intptr_t cid,
|
| - intptr_t* state_offset);
|
| + static intptr_t StateOffsetFor(intptr_t cid);
|
|
|
| // Used by the generated code.
|
| static intptr_t SizeOffsetFor(intptr_t cid, bool is_new_space);
|
|
|