Bug 1165054 - Fix inbound bustage due to missing explicit on single arg constructor r=me
This commit is contained in:
@@ -107,7 +107,7 @@ class ObjectToIdMap
|
||||
typedef js::HashMap<JSObject*, ObjectId, Hasher, js::SystemAllocPolicy> Table;
|
||||
|
||||
public:
|
||||
ObjectToIdMap(JSRuntime* rt);
|
||||
explicit ObjectToIdMap(JSRuntime* rt);
|
||||
~ObjectToIdMap();
|
||||
|
||||
bool init();
|
||||
|
||||
Reference in New Issue
Block a user