Bug 1165054 - Fix inbound bustage due to missing explicit on single arg constructor r=me

This commit is contained in:
Jon Coppeard 2015-07-15 11:27:27 +01:00
parent a6e3ef54ff
commit ad8c102dfc

View File

@ -107,7 +107,7 @@ class ObjectToIdMap
typedef js::HashMap<JSObject*, ObjectId, Hasher, js::SystemAllocPolicy> Table; typedef js::HashMap<JSObject*, ObjectId, Hasher, js::SystemAllocPolicy> Table;
public: public:
ObjectToIdMap(JSRuntime* rt); explicit ObjectToIdMap(JSRuntime* rt);
~ObjectToIdMap(); ~ObjectToIdMap();
bool init(); bool init();