| Index: xfa/fxfa/parser/xfa_script_nodehelper.cpp
|
| diff --git a/xfa/fxfa/parser/xfa_script_nodehelper.cpp b/xfa/fxfa/parser/xfa_script_nodehelper.cpp
|
| index d7a1e29d9d1c694684136a21120a7da86809af1a..72ff944ef41cc4d146956a7fb34147338de207fd 100644
|
| --- a/xfa/fxfa/parser/xfa_script_nodehelper.cpp
|
| +++ b/xfa/fxfa/parser/xfa_script_nodehelper.cpp
|
| @@ -368,7 +368,7 @@ FX_BOOL CXFA_NodeHelper::XFA_ResolveNodes_CreateNode(
|
| XFA_CreateNode_ForCondition(wsCondition);
|
| }
|
| if (bIsClassName) {
|
| - const XFA_ELEMENTINFO* lpElement = XFA_GetElementByName(wsName);
|
| + const XFA_ELEMENTINFO* lpElement = XFA_GetObjectByByName(wsName);
|
| if (lpElement == NULL) {
|
| return FALSE;
|
| }
|
|
|