| Index: xfa/fxfa/fm2js/xfa_fm2jsapi.cpp
|
| diff --git a/xfa/fxfa/fm2js/xfa_fm2jsapi.cpp b/xfa/fxfa/fm2js/xfa_fm2jsapi.cpp
|
| index 38e5f2389f158032561cd357dc96d61f4b87f990..147869dfb1e363f5f1bb021d44b9608eccb167d2 100644
|
| --- a/xfa/fxfa/fm2js/xfa_fm2jsapi.cpp
|
| +++ b/xfa/fxfa/fm2js/xfa_fm2jsapi.cpp
|
| @@ -20,7 +20,7 @@ int32_t XFA_FM2JS_Translate(const CFX_WideStringC& wsFormcalc,
|
| CFX_WideString& wsError) {
|
| if (wsFormcalc.IsEmpty()) {
|
| wsJavascript.Clear();
|
| - wsError.Empty();
|
| + wsError.clear();
|
| return 0;
|
| }
|
| int32_t status = 0;
|
|
|