| Index: xfa/fxfa/parser/xfa_basic_imp.cpp
|
| diff --git a/xfa/fxfa/parser/xfa_basic_imp.cpp b/xfa/fxfa/parser/xfa_basic_imp.cpp
|
| index 04cd0cdcb35800ca5456b329f85e22cbf5494cec..987ce71ebfa1bd89cbea8ab5c6b428d9432040df 100644
|
| --- a/xfa/fxfa/parser/xfa_basic_imp.cpp
|
| +++ b/xfa/fxfa/parser/xfa_basic_imp.cpp
|
| @@ -340,7 +340,7 @@ const XFA_METHODINFO* XFA_GetMethodByName(XFA_ELEMENT eElement,
|
| }
|
| int32_t iElementIndex = eElement;
|
| while (iElementIndex != -1) {
|
| - XFA_SCRIPTHIERARCHY const* scriptIndex = g_XFAScriptIndex + iElementIndex;
|
| + const XFA_SCRIPTHIERARCHY* scriptIndex = g_XFAScriptIndex + iElementIndex;
|
| int32_t icount = scriptIndex->wMethodCount;
|
| if (icount == 0) {
|
| iElementIndex = scriptIndex->wParentIndex;
|
|
|