Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 3252602bcf19d8fabba52e0c7fbbd274615f7ff2..a282527845bb09ed9fc1cdd05c219a6f1d03a8d4 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -3418,6 +3418,12 @@ class V8_EXPORT FunctionTemplate : public Template { |
void ReadOnlyPrototype(); |
/** |
+ * Removes the prototype property from functions created from this |
+ * FunctionTemplate. |
+ */ |
+ void RemovePrototype(); |
+ |
+ /** |
* Returns true if the given object is an instance of this function |
* template. |
*/ |