Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: include/v8.h

Issue 1434693008: Revert changes introduced in http://crrev.com/1367953002. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698