Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75177e89 authored by Anton Ivanov's avatar Anton Ivanov
Browse files

Harden construction sites of android::StrongPointer.

Bug: 393217449
Test: presubmit
Flag: EXEMPT_refactor
Change-Id: I913683213590dc0702935c111c85fbea678671f2
parent 5555f7c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,6 +18,6 @@


namespace android {
namespace android {


const sp<Fence> Fence::NO_FENCE = sp<Fence>(new Fence);
const sp<Fence> Fence::NO_FENCE = sp<Fence>::make();


} // namespace android
} // namespace android