From e353d72449a9298410dc479bf27410d83e56b215 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 2 Jul 2018 16:44:02 +0000 Subject: Use UnownedPtr<> in cfwl_event.h and cfwl_message.h Change-Id: I1981eb23006db203e845e954a7847cfa992d5e03 Reviewed-on: https://pdfium-review.googlesource.com/36710 Reviewed-by: Lei Zhang Commit-Queue: Tom Sepez --- xfa/fwl/cfwl_combolist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fwl/cfwl_combolist.cpp') diff --git a/xfa/fwl/cfwl_combolist.cpp b/xfa/fwl/cfwl_combolist.cpp index 1180acf5c8..004fbb46b9 100644 --- a/xfa/fwl/cfwl_combolist.cpp +++ b/xfa/fwl/cfwl_combolist.cpp @@ -208,7 +208,7 @@ bool CFWL_ComboList::OnDropListKey(CFWL_MessageKey* pKey) { bPropagate = true; } if (bPropagate) { - pKey->m_pDstTarget = m_pOuter; + pKey->SetDstTarget(m_pOuter); pOuter->GetDelegate()->OnProcessMessage(pKey); return true; } -- cgit v1.2.3