| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index ea6fc648bc9c96f25a536a1079ab101d01a5bbb1..c81beb6c59aeeb7f3ea7a890d6726897b46bc9d7 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -2006,8 +2006,8 @@ class Heap {
|
| CopyBytecodeArray(BytecodeArray* bytecode_array);
|
|
|
| // Allocates a fixed array initialized with undefined values
|
| - MUST_USE_RESULT AllocationResult
|
| - AllocateFixedArray(int length, PretenureFlag pretenure = NOT_TENURED);
|
| + MUST_USE_RESULT inline AllocationResult AllocateFixedArray(
|
| + int length, PretenureFlag pretenure = NOT_TENURED);
|
|
|
| MUST_USE_RESULT AllocationResult AllocateSmallOrderedHashSet(
|
| int length, PretenureFlag pretenure = NOT_TENURED);
|
|
|