Improve dead compartment collection js/ipc

This commit is contained in:
win7-7 2019-04-29 12:08:50 +03:00 committed by Roy Tam
commit acf2827e3c
3 changed files with 14 additions and 4 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();
@ -233,4 +234,4 @@ class JavaScriptShared : public CPOWManager
} // namespace jsipc
} // namespace mozilla
#endif
#endif