Index: xfa/src/fxfa/src/parser/xfa_object_imp.cpp |
diff --git a/xfa/src/fxfa/src/parser/xfa_object_imp.cpp b/xfa/src/fxfa/src/parser/xfa_object_imp.cpp |
index a6527db6f5b436abfa68e3f155c4daccbb43af9c..65f5f6fc8f4f8d5e0a7b6be99ae122b29ed24ab2 100644 |
--- a/xfa/src/fxfa/src/parser/xfa_object_imp.cpp |
+++ b/xfa/src/fxfa/src/parser/xfa_object_imp.cpp |
@@ -745,8 +745,7 @@ void CXFA_Node::Script_TreeClass_Nodes(FXJSE_HVALUE hValue, |
FXJSE_ThrowMessage(FX_BSTRC(""), |
FX_UTF8Encode(wsMessage, wsMessage.GetLength())); |
} else { |
- CXFA_AttachNodeList* pNodeList = |
- new CXFA_AttachNodeList(m_pDocument, this); |
+ CXFA_AttachNodeList* pNodeList = new CXFA_AttachNodeList(m_pDocument, this); |
FXJSE_Value_SetObject(hValue, (CXFA_Object*)pNodeList, |
pScriptContext->GetJseNormalClass()); |
} |