diff options
Diffstat (limited to 'fxjs/cjs_report.h')
-rw-r--r-- | fxjs/cjs_report.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cjs_report.h b/fxjs/cjs_report.h index f9d1dc8ce4..a969b41f55 100644 --- a/fxjs/cjs_report.h +++ b/fxjs/cjs_report.h @@ -27,9 +27,9 @@ class CJS_Report : public CJS_Object { static const char kName[]; static const JSMethodSpec MethodSpecs[]; - CJS_Return save(CJS_Runtime* pRuntime, + CJS_Result save(CJS_Runtime* pRuntime, const std::vector<v8::Local<v8::Value>>& params); - CJS_Return writeText(CJS_Runtime* pRuntime, + CJS_Result writeText(CJS_Runtime* pRuntime, const std::vector<v8::Local<v8::Value>>& params); }; |