summaryrefslogtreecommitdiff
path: root/fxjs/cfxjse_formcalc_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cfxjse_formcalc_context.h')
-rw-r--r--fxjs/cfxjse_formcalc_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cfxjse_formcalc_context.h b/fxjs/cfxjse_formcalc_context.h
index e95cc5f98c..ef1cd3495f 100644
--- a/fxjs/cfxjse_formcalc_context.h
+++ b/fxjs/cfxjse_formcalc_context.h
@@ -399,7 +399,7 @@ class CFXJSE_FormCalcContext : public CFXJSE_HostObject {
const WideString& exp) const;
void ThrowArgumentMismatchException() const;
void ThrowParamCountMismatchException(const WideString& method) const;
- void ThrowException(const wchar_t* str, ...) const;
+ void ThrowException(const WideString& str) const;
UnownedPtr<v8::Isolate> m_pIsolate;
CFXJSE_Class* m_pFMClass;