Index: runtime/vm/gc_marker.h |
diff --git a/runtime/vm/gc_marker.h b/runtime/vm/gc_marker.h |
index 36c899c9375708971eb09ad0b71a1e63e6368a7a..422d062a5b42f64653af498eca43d8590c3ab2a3 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(Isolate* isolate); |
+ |
Heap* heap_; |