Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index b1eace3d1f7b60f69642b913ad1bb1dc4a3690d2..f702166cd4d281965f2caba33a616888eb7cb0fb 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -2226,12 +2226,6 @@ class V8_EXPORT Object : public Value { |
Local<String> ObjectProtoToString(); |
/** |
- * Returns the function invoked as a constructor for this object. |
- * May be the null value. |
- */ |
- Local<Value> GetConstructor(); |
- |
- /** |
* Returns the name of the function invoked as a constructor for this object. |
*/ |
Local<String> GetConstructorName(); |