Bug 1318384 - Don't trigger pre barrier in WrapperAnswer::RecvDropObject r=billm

This commit is contained in:
Jon Coppeard
2016-11-18 13:18:09 +00:00
parent 4997dbb199
commit 1bf98927a2
3 changed files with 11 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ class IdToObjectMap
bool add(ObjectId id, JSObject* obj);
JSObject* find(ObjectId id);
JSObject* findPreserveColor(ObjectId id);
void remove(ObjectId id);
void clear();