mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
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:
parent
f3191e3cf5
commit
e929b3765d
@ -297,8 +297,8 @@ template <typename T>
|
||||
class CheckedUnsafePtr;
|
||||
|
||||
template <typename T>
|
||||
SafeRefPtr(const CheckedUnsafePtr<T>&, const AcquireStrongRefFromRawPtr&)
|
||||
-> SafeRefPtr<T>;
|
||||
SafeRefPtr(const CheckedUnsafePtr<T>&,
|
||||
const AcquireStrongRefFromRawPtr&) -> SafeRefPtr<T>;
|
||||
|
||||
template <typename T>
|
||||
SafeRefPtr<T>::SafeRefPtr(T* aRawPtr, detail::InitialConstructionTag)
|
||||
|
Loading…
Reference in New Issue
Block a user