| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 7712b59fc2aad4f48c74cbf25d38419c16bffd36..210c721526fcd375e1f7cd4ac3afe9bfac61287d 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);
|
|
|