| Index: src/lookup.h
|
| diff --git a/src/lookup.h b/src/lookup.h
|
| index 9881659b26168b0dbbb1ef77fdecc0d4c9ee5920..2fcf46429d6ddb41a500003f2fa3902333b5db3c 100644
|
| --- a/src/lookup.h
|
| +++ b/src/lookup.h
|
| @@ -216,6 +216,7 @@ class LookupIterator final BASE_EMBEDDED {
|
| void ApplyTransitionToDataProperty();
|
| void ReconfigureDataProperty(Handle<Object> value,
|
| PropertyAttributes attributes);
|
| + void Delete();
|
| void TransitionToAccessorProperty(AccessorComponent component,
|
| Handle<Object> accessor,
|
| PropertyAttributes attributes);
|
|
|