| Index: xfa/fxfa/app/xfa_textlayout.cpp
|
| diff --git a/xfa/fxfa/app/xfa_textlayout.cpp b/xfa/fxfa/app/xfa_textlayout.cpp
|
| index 3c7497c660e7663b35e1dea63bfc5537619aa078..c40e29c04bcb8b7525feb77b6da58fbfd2e973b4 100644
|
| --- a/xfa/fxfa/app/xfa_textlayout.cpp
|
| +++ b/xfa/fxfa/app/xfa_textlayout.cpp
|
| @@ -652,12 +652,8 @@ CXFA_TextLayout::CXFA_TextLayout(CXFA_TextProvider* pTextProvider)
|
| m_pTextProvider(pTextProvider),
|
| m_pTextDataNode(nullptr),
|
| m_bRichText(FALSE),
|
| - m_pAllocator(nullptr),
|
| - m_pBreak(nullptr),
|
| - m_pLoader(nullptr),
|
| m_iLines(0),
|
| m_fMaxWidth(0),
|
| - m_pTabstopContext(nullptr),
|
| m_bBlockContinue(TRUE) {
|
| ASSERT(m_pTextProvider);
|
| }
|
|
|