| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 59d7dfcf002f9229018a4965cdc0617eeef70541..5560597fdb4150622c304a5345a4db801753f4f8 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -1087,6 +1087,8 @@ class Heap {
|
|
|
| // Write barrier support for object[offset] = o;
|
| inline void RecordWrite(Object* object, int offset, Object* o);
|
| + inline void RecordFixedArrayElements(FixedArray* array, int offset,
|
| + int length);
|
|
|
| Address* store_buffer_top_address() { return store_buffer()->top_address(); }
|
|
|
|
|