commit | 5e71b52a6f2c16fd02b389d220e60808cbc8f74a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 20 13:12:32 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Oct 20 13:12:32 2011 -0700 |
tree | f13a4f98b80c6e48f11be02aff3e84de5e62c63e | |
parent | fb8a127fd2ca8eb6cbbc9d62b708c1fc2b3003a4 [diff] [blame] |
Rename object_bitmap to heap_bitmap (since that's what the class is called). Change-Id: Idce6e9062545eb13b701e6b7e371c262977814d1
diff --git a/src/heap.h b/src/heap.h index 18b521d..433bf6a 100644 --- a/src/heap.h +++ b/src/heap.h
@@ -20,7 +20,7 @@ #include <vector> #include "globals.h" -#include "object_bitmap.h" +#include "heap_bitmap.h" #include "offsets.h" #define VERIFY_OBJECT_ENABLED 0