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:
Jon Coppeard
2014-01-21 10:44:39 +00:00
parent 58b631f941
commit 5fa52992d8
8 changed files with 30 additions and 29 deletions

View File

@@ -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_;
};