Bug 1060988 - Fix more bad implicit constructors in JS IPC code; r=billm
This commit is contained in:
@@ -22,7 +22,7 @@ class JavaScriptBase : public WrapperOwner, public WrapperAnswer, public Base
|
||||
typedef WrapperAnswer Answer;
|
||||
|
||||
public:
|
||||
JavaScriptBase(JSRuntime *rt)
|
||||
explicit JavaScriptBase(JSRuntime *rt)
|
||||
: JavaScriptShared(rt),
|
||||
WrapperOwner(rt),
|
||||
WrapperAnswer(rt)
|
||||
|
||||
Reference in New Issue
Block a user