diff options
Diffstat (limited to 'fxjs/cjs_style.h')
-rw-r--r-- | fxjs/cjs_style.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cjs_style.h b/fxjs/cjs_style.h index 46ab66b617..ba7eefa5ff 100644 --- a/fxjs/cjs_style.h +++ b/fxjs/cjs_style.h @@ -13,8 +13,8 @@ class CJS_Style : public CJS_Object { public: static void DefineJSObjects(CFXJS_Engine* pEngine); - explicit CJS_Style(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} - ~CJS_Style() override {} + CJS_Style(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime); + ~CJS_Style() override; private: static int ObjDefnID; |