| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index a61eed2b55fb3f9eb191aaa518b3f658349867dd..e870ffd4a6222295d2460bcb07285b167f203ee7 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -4017,10 +4017,8 @@ class Dictionary: public HashTable<Derived, Shape, Key> {
|
| void CopyValuesTo(FixedArray* elements);
|
|
|
| // Delete a property from the dictionary.
|
| - Object* DeleteProperty(int entry, JSObject::DeleteMode mode);
|
| - // TODO(ishell): Temporary wrapper until handlified.
|
| static Handle<Object> DeleteProperty(
|
| - Handle<Dictionary> dictionary,
|
| + Handle<Derived> dictionary,
|
| int entry,
|
| JSObject::DeleteMode mode);
|
|
|
|
|