Bug 1140317: and even more using mozilla::UniquePtr in a CLOSED TREE; r=bustage

This commit is contained in:
Benjamin Bouvier
2015-03-11 17:47:45 +01:00
parent a1a798d08a
commit a556eabf6a
4 changed files with 7 additions and 0 deletions

View File

@@ -26,6 +26,8 @@
using namespace js;
using namespace js::gc;
using mozilla::UniquePtr;
WeakMapBase::WeakMapBase(JSObject *memOf, JSCompartment *c)
: memberOf(memOf),
compartment(c),