mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1165054 - Fix inbound bustage due to missing explicit on single arg constructor r=me
This commit is contained in:
parent
a6e3ef54ff
commit
ad8c102dfc
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user