| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 87d8a9a504c2e2d8d28c8c579d469c7f7e95008e..0873620eef88ed3dd706966f9b19ae7cfa158365 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -3485,7 +3485,6 @@
|
|
|
|
|
| ACCESSORS(Symbol, name, Object, kNameOffset)
|
| -ACCESSORS(Symbol, descriptive_string, String, kDescriptiveStringOffset)
|
| SMI_ACCESSORS(Symbol, flags, kFlagsOffset)
|
| BOOL_ACCESSORS(Symbol, flags, is_private, kPrivateBit)
|
| BOOL_ACCESSORS(Symbol, flags, is_well_known_symbol, kWellKnownSymbolBit)
|
|
|