| Index: xfa/fxfa/parser/xfa_layout_appadapter.h
|
| diff --git a/xfa/fxfa/parser/xfa_layout_appadapter.h b/xfa/fxfa/parser/xfa_layout_appadapter.h
|
| index d41b90a9c7587383ae5bd9eab589bad5c2a3275f..118c273f84bfa3db5463076794cb556dc54abcdd 100644
|
| --- a/xfa/fxfa/parser/xfa_layout_appadapter.h
|
| +++ b/xfa/fxfa/parser/xfa_layout_appadapter.h
|
| @@ -13,7 +13,7 @@ class CXFA_TraverseStrategy_PageAreaContainerLayoutItem {
|
| public:
|
| static inline CXFA_ContainerLayoutItem* GetFirstChild(
|
| CXFA_ContainerLayoutItem* pLayoutItem) {
|
| - if (pLayoutItem->m_pFormNode->GetClassID() == XFA_ELEMENT_PageSet) {
|
| + if (pLayoutItem->m_pFormNode->GetClassID() == XFA_Element::PageSet) {
|
| return static_cast<CXFA_ContainerLayoutItem*>(pLayoutItem->m_pFirstChild);
|
| }
|
| return NULL;
|
|
|