diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_edit.cpp')
-rw-r--r-- | xfa/fwl/core/cfwl_edit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_edit.cpp b/xfa/fwl/core/cfwl_edit.cpp index 3d19e57f29..579442b369 100644 --- a/xfa/fwl/core/cfwl_edit.cpp +++ b/xfa/fwl/core/cfwl_edit.cpp @@ -31,7 +31,7 @@ void CFWL_Edit::Initialize() { ASSERT(!m_pIface); m_pIface = pdfium::MakeUnique<IFWL_Edit>( - m_pApp, m_pProperties->MakeWidgetImpProperties(nullptr), nullptr); + m_pApp, pdfium::MakeUnique<CFWL_WidgetProperties>(), nullptr); CFWL_Widget::Initialize(); } |