Index: xfa/fxfa/app/xfa_ffnotify.cpp |
diff --git a/xfa/fxfa/app/xfa_ffnotify.cpp b/xfa/fxfa/app/xfa_ffnotify.cpp |
index 4e14ab02032cf148ded72a19462e1e5afb016726..cb1964cb451b525d94148418d3797122d5400c85 100644 |
--- a/xfa/fxfa/app/xfa_ffnotify.cpp |
+++ b/xfa/fxfa/app/xfa_ffnotify.cpp |
@@ -326,7 +326,7 @@ void CXFA_FFNotify::OnNodeReady(CXFA_Node* pNode) { |
} |
switch (eType) { |
case XFA_Element::BindItems: |
- pDocView->m_BindItems.Add(pNode); |
+ pDocView->m_BindItems.push_back(pNode); |
break; |
case XFA_Element::Validate: { |
pNode->SetFlag(XFA_NodeFlag_NeedsInitApp, false); |