mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1160445 - Add |explicit| to DetailedPromise constructor on a CLOSED TREE - r=bustage
This commit is contained in:
parent
fe1a8e8cb6
commit
6cabd308c7
@ -37,7 +37,7 @@ public:
|
||||
void MaybeReject(ErrorResult&, const nsCString& aReason);
|
||||
|
||||
private:
|
||||
DetailedPromise(nsIGlobalObject* aGlobal);
|
||||
explicit DetailedPromise(nsIGlobalObject* aGlobal);
|
||||
virtual ~DetailedPromise();
|
||||
|
||||
bool mResponded;
|
||||
|
Loading…
Reference in New Issue
Block a user