Bug 1966573 - Make RefPtr::RefPtr() constexpr r=glandium

Differential Revision: https://phabricator.services.mozilla.com/D249705
This commit is contained in:
Paul Bone
2025-05-16 06:44:20 +00:00
committed by pbone@mozilla.com
parent eebe0f45cb
commit aa7429ee1d

View File

@@ -83,7 +83,7 @@ class MOZ_IS_REFPTR RefPtr {
// Constructors // Constructors
RefPtr() constexpr RefPtr()
: mRawPtr(nullptr) : mRawPtr(nullptr)
// default constructor // default constructor
{} {}