| Index: xfa/fwl/basewidget/fwl_editimp.cpp
|
| diff --git a/xfa/fwl/basewidget/fwl_editimp.cpp b/xfa/fwl/basewidget/fwl_editimp.cpp
|
| index 9f80336efa9b3ef88f184dde3abd5189b47cdd80..8b28e611a433f9c6a79efb22c36e32b7b4cd68ea 100644
|
| --- a/xfa/fwl/basewidget/fwl_editimp.cpp
|
| +++ b/xfa/fwl/basewidget/fwl_editimp.cpp
|
| @@ -1496,7 +1496,7 @@ int32_t CFWL_EditImp::AddDoRecord(const CFX_ByteStringC& bsDoRecord) {
|
| m_RecordArr.RemoveAt(i);
|
| }
|
| }
|
| - m_RecordArr.Add(bsDoRecord);
|
| + m_RecordArr.Add(CFX_ByteString(bsDoRecord));
|
| return m_iCurRecord = m_RecordArr.GetSize() - 1;
|
| }
|
| void CFWL_EditImp::Layout() {
|
|
|