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