diff options
Diffstat (limited to 'fxjs/cjs_util.h')
-rw-r--r-- | fxjs/cjs_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_util.h b/fxjs/cjs_util.h index 0ad0fa101c..03e1b08d8a 100644 --- a/fxjs/cjs_util.h +++ b/fxjs/cjs_util.h @@ -21,7 +21,7 @@ class CJS_Util : public CJS_Object { public: static void DefineJSObjects(CFXJS_Engine* pEngine); - explicit CJS_Util(v8::Local<v8::Object> pObject); + CJS_Util(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime); ~CJS_Util() override; static WideString printx(const WideString& cFormat, |