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