summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/cfwl_timer.cpp')
-rw-r--r--xfa/fwl/cfwl_timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_timer.cpp b/xfa/fwl/cfwl_timer.cpp
index 597f928ba0..07d8461b9f 100644
--- a/xfa/fwl/cfwl_timer.cpp
+++ b/xfa/fwl/cfwl_timer.cpp
@@ -26,7 +26,7 @@ CFWL_TimerInfo* CFWL_Timer::StartTimer(uint32_t dwElapse, bool bImmediately) {
return nullptr;
if (!m_pTimeMgrAdapter)
- m_pTimeMgrAdapter.reset(pAdapterNative->GetTimerMgr());
+ m_pTimeMgrAdapter = pAdapterNative->GetTimerMgr();
if (!m_pTimeMgrAdapter)
return nullptr;