diff options
author | dsinclair <dsinclair@chromium.org> | 2016-07-19 10:27:12 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-19 10:27:12 -0700 |
commit | eea31b75a11215aa72a9845d47c38d2ce1edd4f7 (patch) | |
tree | f6ef06a0c323a0a842981da595144fc8d2085d86 /xfa/fxfa/parser/xfa_object_imp.cpp | |
parent | 3617751cea45fd636d58f535a662337fcea40c4a (diff) | |
download | pdfium-eea31b75a11215aa72a9845d47c38d2ce1edd4f7.tar.xz |
Cleanup CXFA_Documentchromium/2803chromium/2802
Removing unused XFA_LAYOUTRESULT, cleanup unused parameters, convert XFA_DocFlag
to an enum from defines and make the constructor explicit.
Review-Url: https://codereview.chromium.org/2166433002
Diffstat (limited to 'xfa/fxfa/parser/xfa_object_imp.cpp')
-rw-r--r-- | xfa/fxfa/parser/xfa_object_imp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/xfa_object_imp.cpp b/xfa/fxfa/parser/xfa_object_imp.cpp index de2f804a4c..463247e640 100644 --- a/xfa/fxfa/parser/xfa_object_imp.cpp +++ b/xfa/fxfa/parser/xfa_object_imp.cpp @@ -2979,7 +2979,7 @@ static CXFA_Node* XFA_ScriptInstanceManager_CreateInstance( ASSERT(pDataScope); } CXFA_Node* pInstance = pDocument->DataMerge_CopyContainer( - pTemplateNode, pFormParent, pDataScope, TRUE, bDataMerge); + pTemplateNode, pFormParent, pDataScope, TRUE, bDataMerge, TRUE); if (pInstance) { pDocument->DataMerge_UpdateBindingRelations(pInstance); pFormParent->RemoveChild(pInstance); |