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

Unified Diff: include/v8.h

Issue 13341: Improve mark-compact object grouping interface. (Closed)
Patch Set: Tests. Created 12 years 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 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
« 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