summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_delta.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/xfa/cjx_delta.cpp')
-rw-r--r--fxjs/xfa/cjx_delta.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/fxjs/xfa/cjx_delta.cpp b/fxjs/xfa/cjx_delta.cpp
index c87ff3507f..791fd213df 100644
--- a/fxjs/xfa/cjx_delta.cpp
+++ b/fxjs/xfa/cjx_delta.cpp
@@ -23,8 +23,9 @@ CJX_Delta::~CJX_Delta() {}
CJS_Return CJX_Delta::restore(CFX_V8* runtime,
const std::vector<v8::Local<v8::Value>>& params) {
if (!params.empty())
- return CJS_Return(JSGetStringFromID(JSMessage::kParamError));
- return CJS_Return();
+ return CJS_Return::Failure(JSMessage::kParamError);
+
+ return CJS_Return::Success();
}
void CJX_Delta::currentValue(CFXJSE_Value* pValue,