summaryrefslogtreecommitdiff
path: root/fxjs/cjs_document.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_document.h')
-rw-r--r--fxjs/cjs_document.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cjs_document.h b/fxjs/cjs_document.h
index 896522c684..0b0a158864 100644
--- a/fxjs/cjs_document.h
+++ b/fxjs/cjs_document.h
@@ -239,8 +239,8 @@ class CJS_Document : public CJS_Object {
static int GetObjDefnID();
static void DefineJSObjects(CFXJS_Engine* pEngine);
- explicit CJS_Document(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
- ~CJS_Document() override {}
+ explicit CJS_Document(v8::Local<v8::Object> pObject);
+ ~CJS_Document() override = default;
// CJS_Object
void InitInstance(IJS_Runtime* pIRuntime) override;