mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 12:50:09 +00:00
Bug 1276651 - initialize member variable |mCancelStatus|. r=valentin
MozReview-Commit-ID: AQCVagLaiuZ --HG-- extra : rebase_source : 95646dff9a89a65da8249338c5f7b37c4fa09ad8
This commit is contained in:
parent
1239223ba1
commit
12bffd32df
@ -180,6 +180,7 @@ public:
|
||||
explicit ExecutePACThreadAction(nsPACMan *aPACMan)
|
||||
: mPACMan(aPACMan)
|
||||
, mCancel(false)
|
||||
, mCancelStatus(NS_OK)
|
||||
, mSetupPAC(false)
|
||||
{ }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user