diff options
Diffstat (limited to 'fxjs/cjs_console.h')
-rw-r--r-- | fxjs/cjs_console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_console.h b/fxjs/cjs_console.h index 56243cf6a5..c25bc4bf7c 100644 --- a/fxjs/cjs_console.h +++ b/fxjs/cjs_console.h @@ -15,7 +15,7 @@ class CJS_Console : public CJS_Object { public: static void DefineJSObjects(CFXJS_Engine* pEngine); - explicit CJS_Console(v8::Local<v8::Object> pObject); + CJS_Console(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime); ~CJS_Console() override; JS_STATIC_METHOD(clear, CJS_Console); |