Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index eeb83228610870b1aed5d041ebf2171b65615a5d..b84ccaa9c2b7ec379701cd7fd264150fa4490260 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1726,6 +1726,8 @@ class Heap { |
return (pretenure == TENURED) ? preferred_old_space : NEW_SPACE; |
} |
+ HeapObject* DoubleAlignForDeserialization(HeapObject* object, int size); |
+ |
// Allocate an uninitialized object. The memory is non-executable if the |
// hardware and OS allow. This is the single choke-point for allocations |
// performed by the runtime and should not be bypassed (to extend this to |