summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/color.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-10-26 15:08:07 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-10-26 19:32:36 +0000
commit15776cf22182e74d8546849780ec0cf61b96ca95 (patch)
tree138efedf0a35f1d169e5634fb459ed88207baca4 /fpdfsdk/javascript/color.h
parentd808dfd5ad8c4eae1f2ea58b9b54a7d4e45a649e (diff)
downloadpdfium-15776cf22182e74d8546849780ec0cf61b96ca95.tar.xz
Remove g_pClassName
This CL removes the g_pClassName static member and uses the string directly where needed. Change-Id: I47f61442ced2ee1d6a607fb1a7d9bcaf000b8ee2 Reviewed-on: https://pdfium-review.googlesource.com/16931 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fpdfsdk/javascript/color.h')
-rw-r--r--fpdfsdk/javascript/color.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/javascript/color.h b/fpdfsdk/javascript/color.h
index 5705787d43..0a97de0621 100644
--- a/fpdfsdk/javascript/color.h
+++ b/fpdfsdk/javascript/color.h
@@ -88,7 +88,6 @@ class CJS_Color : public CJS_Object {
explicit CJS_Color(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
~CJS_Color() override {}
- static const char* g_pClassName;
static int g_nObjDefnID;
static JSPropertySpec PropertySpecs[];
static JSMethodSpec MethodSpecs[];