diff options
Diffstat (limited to 'runtime/object_callbacks.h')
-rw-r--r-- | runtime/object_callbacks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/object_callbacks.h b/runtime/object_callbacks.h index 89ee34e813..9198c90d5a 100644 --- a/runtime/object_callbacks.h +++ b/runtime/object_callbacks.h @@ -56,7 +56,7 @@ typedef mirror::Object* (MarkObjectCallback)(mirror::Object* obj, void* arg) __attribute__((warn_unused_result)); // A callback for verifying roots. typedef void (VerifyRootCallback)(const mirror::Object* root, void* arg, size_t vreg, - const StackVisitor* visitor); + const StackVisitor* visitor, RootType root_type); typedef void (MarkHeapReferenceCallback)(mirror::HeapReference<mirror::Object>* ref, void* arg); |