Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index accffc0893d9c9c0e7a15402d09a2d621cd09e5e..2a8f86d4cb65607ea5bb886de866d53d9d3be357 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -1967,10 +1967,10 @@ class EXPORT V8 { |
* object in the group is alive, all objects in the group are alive. |
* After each garbage collection, object groups are removed. It is |
* intended to be used in the before-garbage-collection callback |
- * function for istance to simulate DOM tree connections among JS |
+ * function, for instance to simulate DOM tree connections among JS |
* wrapper objects. |
*/ |
- static void AddObjectToGroup(void* id, Persistent<Object> obj); |
+ static void AddObjectGroup(Persistent<Value>* objects, size_t length); |
/** |
* Initializes from snapshot if possible. Otherwise, attempts to |