Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 2cec17cf3e617329de035d293b9677dba312458c..66c3043b4aa75f4dda797c749195d22d01ed3511 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -4084,13 +4084,6 @@ class V8_EXPORT Template : public Data { |
PropertyAttribute attribute = None, |
AccessControl settings = DEFAULT); |
-#ifdef V8_JS_ACCESSORS |
- void SetAccessorProperty(Local<Name> name, |
- Local<Function> getter = Local<Function>(), |
- Local<Function> setter = Local<Function>(), |
- PropertyAttribute attribute = None); |
-#endif // V8_JS_ACCESSORS |
- |
/** |
* Whenever the property with the given name is accessed on objects |
* created from this Template the getter and setter callbacks |