| Index: src/api-natives.h
|
| diff --git a/src/api-natives.h b/src/api-natives.h
|
| index 6372a1f586e324ef19646a82a30c504b2cf081da..fcca4a5a17e63834cd001adcd242b9ceb9ef34d9 100644
|
| --- a/src/api-natives.h
|
| +++ b/src/api-natives.h
|
| @@ -49,8 +49,9 @@ class ApiNatives {
|
| PropertyAttributes attributes);
|
|
|
| static void AddAccessorProperty(Isolate* isolate, Handle<TemplateInfo> info,
|
| - Handle<Name> name, Handle<Object> getter,
|
| - Handle<Object> setter,
|
| + Handle<Name> name,
|
| + Handle<FunctionTemplateInfo> getter,
|
| + Handle<FunctionTemplateInfo> setter,
|
| PropertyAttributes attributes);
|
|
|
| static void AddNativeDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
|
|
|