Bug 1267699 - Move some public types to the right namespace; r=sfink

This commit is contained in:
Terrence Cole
2016-04-26 09:18:48 -07:00
parent a6bfac0905
commit 315ff1f2c2
29 changed files with 177 additions and 138 deletions

View File

@@ -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();