Bug 1140317: and even more using mozilla::UniquePtr in a CLOSED TREE; r=bustage
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
using namespace js;
|
||||
using namespace js::gc;
|
||||
|
||||
using mozilla::UniquePtr;
|
||||
|
||||
WeakMapBase::WeakMapBase(JSObject *memOf, JSCompartment *c)
|
||||
: memberOf(memOf),
|
||||
compartment(c),
|
||||
|
||||
Reference in New Issue
Block a user