summaryrefslogtreecommitdiff
path: root/fxjs/cjs_report.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_report.h')
-rw-r--r--fxjs/cjs_report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_report.h b/fxjs/cjs_report.h
index 2a59206410..8de0991411 100644
--- a/fxjs/cjs_report.h
+++ b/fxjs/cjs_report.h
@@ -15,7 +15,7 @@ class CJS_Report : public CJS_Object {
public:
static void DefineJSObjects(CFXJS_Engine* pEngine, FXJSOBJTYPE eObjType);
- explicit CJS_Report(v8::Local<v8::Object> pObject);
+ CJS_Report(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
~CJS_Report() override;
JS_STATIC_METHOD(save, CJS_Report);