summaryrefslogtreecommitdiff
path: root/fxjs/cjs_style.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_style.h')
-rw-r--r--fxjs/cjs_style.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fxjs/cjs_style.h b/fxjs/cjs_style.h
index 6d11170f0e..6e3ee2fbc2 100644
--- a/fxjs/cjs_style.h
+++ b/fxjs/cjs_style.h
@@ -13,8 +13,7 @@ class CJS_Style final : public CJS_Object {
public:
static void DefineJSObjects(CFXJS_Engine* pEngine);
- CJS_Style(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
- ~CJS_Style() override;
+ CJS_Style() = delete;
private:
static int ObjDefnID;