Bug 1966573 - Make RefPtr::RefPtr() constexpr r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D249705
This commit is contained in:
committed by
pbone@mozilla.com
parent
eebe0f45cb
commit
aa7429ee1d
@@ -83,7 +83,7 @@ class MOZ_IS_REFPTR RefPtr {
|
|||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
|
|
||||||
RefPtr()
|
constexpr RefPtr()
|
||||||
: mRawPtr(nullptr)
|
: mRawPtr(nullptr)
|
||||||
// default constructor
|
// default constructor
|
||||||
{}
|
{}
|
||||||
|
|||||||
Reference in New Issue
Block a user