| Index: runtime/vm/class_table.h
|
| diff --git a/runtime/vm/class_table.h b/runtime/vm/class_table.h
|
| index aebf15c1c0b5015a82b2615dc51a58aaff866d61..d7917deb13f3f6c7dfa3e37dce6175976e819040 100644
|
| --- a/runtime/vm/class_table.h
|
| +++ b/runtime/vm/class_table.h
|
| @@ -218,7 +218,8 @@ class ClassTable {
|
| // Deallocates table copies. Do not call during concurrent access to table.
|
| void FreeOldTables();
|
|
|
| - void TraceAllocationsFor(intptr_t cid, bool trace);
|
| + void SetTraceAllocationFor(intptr_t cid, bool trace);
|
| + bool TraceAllocationFor(intptr_t cid);
|
|
|
| private:
|
| friend class MarkingVisitor;
|
|
|