Bug 1453795 - DOM - Initialize member fields in classes/ structures. r=peterv
This commit is contained in:
@@ -39,7 +39,11 @@ class nsSyncLoader : public nsIStreamListener,
|
||||
public nsSupportsWeakReference
|
||||
{
|
||||
public:
|
||||
nsSyncLoader() : mLoading(false) {}
|
||||
nsSyncLoader()
|
||||
: mLoading(false)
|
||||
, mAsyncLoadStatus(NS_ERROR_NOT_INITIALIZED)
|
||||
{
|
||||
}
|
||||
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user