| Index: runtime/vm/gc_marker.h
|
| diff --git a/runtime/vm/gc_marker.h b/runtime/vm/gc_marker.h
|
| index 36c899c9375708971eb09ad0b71a1e63e6368a7a..a13c6864fa0dbae293e08beba52743c9ad70937a 100644
|
| --- a/runtime/vm/gc_marker.h
|
| +++ b/runtime/vm/gc_marker.h
|
| @@ -42,6 +42,8 @@ class GCMarker : public ValueObject {
|
| void DrainMarkingStack(Isolate* isolate, MarkingVisitor* visitor);
|
| void ProcessWeakProperty(RawWeakProperty* raw_weak, MarkingVisitor* visitor);
|
| void ProcessWeakTables(PageSpace* page_space);
|
| + void ProcessObjectIdTable();
|
| +
|
|
|
| Heap* heap_;
|
|
|
|
|