| Index: src/layout-descriptor.h
|
| diff --git a/src/layout-descriptor.h b/src/layout-descriptor.h
|
| index 0a14f53198f5c4fd48dd78b28d4b33d5d8792526..11d8d35f268bf98858c441075e68cd0249e5265a 100644
|
| --- a/src/layout-descriptor.h
|
| +++ b/src/layout-descriptor.h
|
| @@ -124,9 +124,7 @@ class LayoutDescriptor : public FixedTypedArray<Uint32ArrayTraits> {
|
| V8_INLINE bool GetIndexes(int field_index, int* layout_word_index,
|
| int* layout_bit_index);
|
|
|
| - V8_INLINE MUST_USE_RESULT LayoutDescriptor* SetRawData(int field_index) {
|
| - return SetTagged(field_index, false);
|
| - }
|
| + V8_INLINE MUST_USE_RESULT LayoutDescriptor* SetRawData(int field_index);
|
|
|
| V8_INLINE MUST_USE_RESULT LayoutDescriptor* SetTagged(int field_index,
|
| bool tagged);
|
|
|