Bug 961095 - Improve generic callbacks with better typing, and by only adding storebuffer entries when the key is in the nursery r=terrence
This commit is contained in:
@@ -75,7 +75,7 @@ class ObjectIdCache
|
||||
void remove(JSObject *obj);
|
||||
|
||||
private:
|
||||
static void keyMarkCallback(JSTracer *trc, void *key, void *data);
|
||||
static void keyMarkCallback(JSTracer *trc, JSObject *key, void *data);
|
||||
|
||||
ObjectIdTable *table_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user