Skip to content

Commit ba9be84

Browse files
kvakilNo9
authored andcommitted
src: fix PropertyAttributesEnum_DONT_DELETE typo
Frankly, this code is currently unused and it probably makes more sense to remove all of it entirely. But if we keep it, let's fix this typo I noticed.
1 parent 2ae10dd commit ba9be84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llv8-constants.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ void DescriptorArray::Load() {
429429
kPropertyAttributesEnum_DONT_ENUM =
430430
LoadConstant("prop_attributes_DONT_ENUM");
431431
kPropertyAttributesEnum_DONT_DELETE =
432-
LoadConstant("prop_attributes_DONT_ENUM");
432+
LoadConstant("prop_attributes_DONT_DELETE");
433433

434434
kPropertyKindMask = LoadConstant("prop_kind_mask");
435435
kPropertyKindEnum_kAccessor = LoadConstant("prop_kind_Accessor");

0 commit comments

Comments
 (0)