| Index: xfa/fxfa/parser/xfa_basic_data_element_script.cpp
|
| diff --git a/xfa/fxfa/parser/xfa_basic_data_element_script.cpp b/xfa/fxfa/parser/xfa_basic_data_element_script.cpp
|
| index f4be53b6799ef10c4185b1e8f6070f65b242101d..c4b38186860b83607220ad23afbe6e707bb8a979 100644
|
| --- a/xfa/fxfa/parser/xfa_basic_data_element_script.cpp
|
| +++ b/xfa/fxfa/parser/xfa_basic_data_element_script.cpp
|
| @@ -123,6 +123,8 @@ const XFA_SCRIPTHIERARCHY g_XFAScriptIndex[] = {
|
| {120, 2, 1057, 8, 312}, {122, 11, 1065, 6, 315}, {133, 2, 1071, 0, 316},
|
| {135, 0, 1071, 0, 316}, {135, 3, 1071, 2, 316}, {138, 0, 1073, 2, 316},
|
| };
|
| +const int32_t g_iScriptIndexCount =
|
| + sizeof(g_XFAScriptIndex) / sizeof(XFA_SCRIPTHIERARCHY);
|
|
|
| const XFA_METHODINFO g_SomMethodData[] = {
|
| {0x3c752495, L"verify",
|
|
|