Bug 1900541 - Fix formatting in SafeRefPtr.h; r=dom-storage-reviewers,aiunusov,asuth

Differential Revision: https://phabricator.services.mozilla.com/D212519
This commit is contained in:
Jan Varga 2024-06-05 21:30:52 +00:00
parent f3191e3cf5
commit e929b3765d

View File

@ -297,8 +297,8 @@ template <typename T>
class CheckedUnsafePtr; class CheckedUnsafePtr;
template <typename T> template <typename T>
SafeRefPtr(const CheckedUnsafePtr<T>&, const AcquireStrongRefFromRawPtr&) SafeRefPtr(const CheckedUnsafePtr<T>&,
-> SafeRefPtr<T>; const AcquireStrongRefFromRawPtr&) -> SafeRefPtr<T>;
template <typename T> template <typename T>
SafeRefPtr<T>::SafeRefPtr(T* aRawPtr, detail::InitialConstructionTag) SafeRefPtr<T>::SafeRefPtr(T* aRawPtr, detail::InitialConstructionTag)