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