| Index: xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
|
| diff --git a/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp b/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
|
| index 7cf99b86d72b6714c8ad85922f978c1ba26213b6..22f8941b18edb37f716586f3c32949d5bfd6f285 100644
|
| --- a/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
|
| +++ b/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
|
| @@ -2487,8 +2487,7 @@ XFA_ItemLayoutProcessorResult CXFA_ItemLayoutProcessor::DoLayoutFlowedContainer(
|
| } else if (m_pPageMgr &&
|
| m_pPageMgr->ProcessBookendLeaderOrTrailer(
|
| m_pCurChildNode, TRUE, pLeaderNode)) {
|
| - pProcessor =
|
| - new CXFA_ItemLayoutProcessor(pLeaderNode, m_pPageMgr);
|
| + pProcessor = new CXFA_ItemLayoutProcessor(pLeaderNode, m_pPageMgr);
|
| #ifndef _XFA_LAYOUTITEM_ProcessCACHE_
|
| pProcessor->m_pPageMgrCreateItem = m_pPageMgrCreateItem;
|
| #endif
|
| @@ -2517,8 +2516,7 @@ XFA_ItemLayoutProcessorResult CXFA_ItemLayoutProcessor::DoLayoutFlowedContainer(
|
| } else if (m_pPageMgr &&
|
| m_pPageMgr->ProcessBookendLeaderOrTrailer(
|
| m_pCurChildNode, FALSE, pTrailerNode)) {
|
| - pProcessor =
|
| - new CXFA_ItemLayoutProcessor(pTrailerNode, m_pPageMgr);
|
| + pProcessor = new CXFA_ItemLayoutProcessor(pTrailerNode, m_pPageMgr);
|
| #ifndef _XFA_LAYOUTITEM_ProcessCACHE_
|
| pProcessor->m_pPageMgrCreateItem = m_pPageMgrCreateItem;
|
| #endif
|
|
|