| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index e58e8c58e2c985b58ad0cbd6bd23bbb384a0acef..7a3693c2d5b568195891e0842302dc2277ad8e9f 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -4721,7 +4721,7 @@ typedef void (*GenericNamedPropertyEnumeratorCallback)(
|
| * See also `ObjectTemplate::SetNamedPropertyHandler`.
|
| */
|
| typedef void (*GenericNamedPropertyDefinerCallback)(
|
| - Local<Name> key, const PropertyDescriptor& desc,
|
| + Local<Name> property, const PropertyDescriptor& desc,
|
| const PropertyCallbackInfo<Value>& info);
|
|
|
| /**
|
|
|