Index: src/serialize.h |
=================================================================== |
--- src/serialize.h (revision 11074) |
+++ src/serialize.h (working copy) |
@@ -485,7 +485,7 @@ |
protected: |
static const int kInvalidRootIndex = -1; |
- int RootIndex(HeapObject* heap_object); |
+ int RootIndex(HeapObject* heap_object, HowToCode from); |
virtual bool ShouldBeInThePartialSnapshotCache(HeapObject* o) = 0; |
intptr_t root_index_wave_front() { return root_index_wave_front_; } |
void set_root_index_wave_front(intptr_t value) { |