| Index: src/api-natives.h | 
| diff --git a/src/api-natives.h b/src/api-natives.h | 
| index 0639677b155fda707b27afff91e2fb9f1a1f41fe..6372a1f586e324ef19646a82a30c504b2cf081da 100644 | 
| --- a/src/api-natives.h | 
| +++ b/src/api-natives.h | 
| @@ -44,6 +44,10 @@ class ApiNatives { | 
| Handle<Name> name, Handle<Object> value, | 
| PropertyAttributes attributes); | 
|  | 
| +  static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, | 
| +                              Handle<Name> name, v8::Intrinsic intrinsic, | 
| +                              PropertyAttributes attributes); | 
| + | 
| static void AddAccessorProperty(Isolate* isolate, Handle<TemplateInfo> info, | 
| Handle<Name> name, Handle<Object> getter, | 
| Handle<Object> setter, | 
|  |