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 0d74a577b472d8b4f847b8e15695f5c823e69e12..252774ca15cbb1a5f2aeb2924b7e608e5a88579b 100644 |
--- a/xfa/fxfa/parser/xfa_layout_appadapter.cpp |
+++ b/xfa/fxfa/parser/xfa_layout_appadapter.cpp |
@@ -34,7 +34,7 @@ void XFA_ReleaseLayoutItem(CXFA_LayoutItem* pLayoutItem) { |
pNode = pNext; |
} |
pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem); |
- if (pLayoutItem->m_pFormNode->GetClassID() == XFA_ELEMENT_PageArea) { |
+ if (pLayoutItem->m_pFormNode->GetClassID() == XFA_Element::PageArea) { |
pNotify->OnPageEvent(static_cast<CXFA_ContainerLayoutItem*>(pLayoutItem), |
XFA_PAGEVIEWEVENT_PostRemoved); |
} |