| Index: xfa/fxfa/fm2js/xfa_expression.cpp
|
| diff --git a/xfa/fxfa/fm2js/xfa_expression.cpp b/xfa/fxfa/fm2js/xfa_expression.cpp
|
| index 0166fa609f022ef2e9c57b212ecf8184a0dfea09..be9fb09c0d326440908bc6a2f700e8b62acc5363 100644
|
| --- a/xfa/fxfa/fm2js/xfa_expression.cpp
|
| +++ b/xfa/fxfa/fm2js/xfa_expression.cpp
|
| @@ -10,11 +10,11 @@
|
|
|
| namespace {
|
|
|
| -const CFX_WideStringC RUNTIMEBLOCKTEMPARRAY =
|
| - FX_WSTRC(L"foxit_xfa_formcalc_runtime_block_temp_array");
|
| +const FX_WCHAR RUNTIMEBLOCKTEMPARRAY[] =
|
| + L"foxit_xfa_formcalc_runtime_block_temp_array";
|
|
|
| -const CFX_WideStringC RUNTIMEBLOCKTEMPARRAYINDEX =
|
| - FX_WSTRC(L"foxit_xfa_formcalc_runtime_block_temp_array_index");
|
| +const FX_WCHAR RUNTIMEBLOCKTEMPARRAYINDEX[] =
|
| + L"foxit_xfa_formcalc_runtime_block_temp_array_index";
|
|
|
| } // namespace
|
|
|
|
|