| Index: xfa/fxfa/parser/xfa_layout_appadapter.cpp
|
| diff --git a/xfa/fxfa/parser/xfa_layout_appadapter.cpp b/xfa/fxfa/parser/xfa_layout_appadapter.cpp
|
| index f85f96da2f15e8522dd2ca9096bf85b3ed26b4e8..0b94c644c428387f3ef1b20abb38f5e5a6d44dbd 100644
|
| --- a/xfa/fxfa/parser/xfa_layout_appadapter.cpp
|
| +++ b/xfa/fxfa/parser/xfa_layout_appadapter.cpp
|
| @@ -14,15 +14,13 @@
|
| #include "xfa/fxfa/parser/xfa_layout_pagemgr_new.h"
|
| #include "xfa/fxfa/parser/xfa_localemgr.h"
|
| #include "xfa/fxfa/parser/xfa_object.h"
|
| -#include "xfa/fxfa/parser/xfa_parser.h"
|
| #include "xfa/fxfa/parser/xfa_parser_imp.h"
|
| #include "xfa/fxfa/parser/xfa_script.h"
|
| #include "xfa/fxfa/parser/xfa_utils.h"
|
|
|
| void XFA_ReleaseLayoutItem(CXFA_LayoutItem* pLayoutItem) {
|
| CXFA_LayoutItem* pNode = pLayoutItem->m_pFirstChild;
|
| - CXFA_FFNotify* pNotify =
|
| - pLayoutItem->m_pFormNode->GetDocument()->GetParser()->GetNotify();
|
| + CXFA_FFNotify* pNotify = pLayoutItem->m_pFormNode->GetDocument()->GetNotify();
|
| CXFA_LayoutProcessor* pDocLayout =
|
| pLayoutItem->m_pFormNode->GetDocument()->GetDocLayout();
|
| while (pNode) {
|
|
|