Bug 1267699 - Move some public types to the right namespace; r=sfink
This commit is contained in:
@@ -109,7 +109,7 @@ class IdToObjectMap
|
||||
class ObjectToIdMap
|
||||
{
|
||||
using Hasher = js::MovableCellHasher<JS::Heap<JSObject*>>;
|
||||
using Table = js::GCHashMap<JS::Heap<JSObject*>, ObjectId, Hasher, js::SystemAllocPolicy>;
|
||||
using Table = JS::GCHashMap<JS::Heap<JSObject*>, ObjectId, Hasher, js::SystemAllocPolicy>;
|
||||
|
||||
public:
|
||||
bool init();
|
||||
|
||||
Reference in New Issue
Block a user