Bug 1371982 - Use a RefPtr<> to hold the MozPromise. r=gerald

This commit is contained in:
JW Wang 2017-06-26 20:13:27 -04:00
parent 153a871c89
commit 8a5ba394b7

View File

@ -958,7 +958,7 @@ protected:
private:
const char* mCallSite;
RefPtr<ThenValueType> mThenValue;
MozPromise* mReceiver;
RefPtr<MozPromise> mReceiver;
};
public: