summaryrefslogtreecommitdiff
path: root/fxjs/cjs_zoomtype.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-10-29 20:55:28 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-29 20:55:28 +0000
commit007daeb3fbd9ace2c1cbdf85d0fa98ebfa00163c (patch)
treeb27770ad22c77230105bfb2dec93c72e2ab5fc57 /fxjs/cjs_zoomtype.h
parent2a5c694ead001e072b2e243e79f17f296d18c898 (diff)
downloadpdfium-007daeb3fbd9ace2c1cbdf85d0fa98ebfa00163c.tar.xz
Remove ctors from CJS_ objects which cant be instantiated.
Because they only provide constants. Change-Id: I79cdc78b4d0c1d6e8d6276b4ce7bb301755802c9 Reviewed-on: https://pdfium-review.googlesource.com/c/44791 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs/cjs_zoomtype.h')
-rw-r--r--fxjs/cjs_zoomtype.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fxjs/cjs_zoomtype.h b/fxjs/cjs_zoomtype.h
index dc9897acc3..de268cd71c 100644
--- a/fxjs/cjs_zoomtype.h
+++ b/fxjs/cjs_zoomtype.h
@@ -13,8 +13,7 @@ class CJS_Zoomtype final : public CJS_Object {
public:
static void DefineJSObjects(CFXJS_Engine* pEngine);
- CJS_Zoomtype(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
- ~CJS_Zoomtype() override;
+ CJS_Zoomtype() = delete;
private:
static int ObjDefnID;