summaryrefslogtreecommitdiff
path: root/fxjs/cjs_color.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-07-11 13:04:43 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-07-11 13:04:43 +0000
commitad1f7b410cd6885bd22d9ee49d9f80d3017f131f (patch)
tree6a7a9fa616004ab6c457c46682dd00125952913b /fxjs/cjs_color.h
parentb1a4db5551ca7c211c8acbec2b657d25fa7d7f1d (diff)
downloadpdfium-ad1f7b410cd6885bd22d9ee49d9f80d3017f131f.tar.xz
Check GetObjDefnID() in various JS functions.
Consolidate all the checks into JSGetObject(), and add GetObjDefnID() methods for classes that are missing it. BUG=chromium:862059 Change-Id: I2c2b725a01dcd259ef712d2513fcf740cc410b15 Reviewed-on: https://pdfium-review.googlesource.com/37510 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fxjs/cjs_color.h')
-rw-r--r--fxjs/cjs_color.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fxjs/cjs_color.h b/fxjs/cjs_color.h
index 581fea0427..e1b7caa78a 100644
--- a/fxjs/cjs_color.h
+++ b/fxjs/cjs_color.h
@@ -14,6 +14,7 @@
class CJS_Color : public CJS_Object {
public:
+ static int GetObjDefnID();
static void DefineJSObjects(CFXJS_Engine* pEngine);
static v8::Local<v8::Array> ConvertPWLColorToArray(CJS_Runtime* pRuntime,
const CFX_Color& color);