diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-10-26 15:08:07 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-10-26 19:32:36 +0000 |
commit | 15776cf22182e74d8546849780ec0cf61b96ca95 (patch) | |
tree | 138efedf0a35f1d169e5634fb459ed88207baca4 /fpdfsdk/javascript/Document.h | |
parent | d808dfd5ad8c4eae1f2ea58b9b54a7d4e45a649e (diff) | |
download | pdfium-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/Document.h')
-rw-r--r-- | fpdfsdk/javascript/Document.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fpdfsdk/javascript/Document.h b/fpdfsdk/javascript/Document.h index 308678f6b3..0073042f25 100644 --- a/fpdfsdk/javascript/Document.h +++ b/fpdfsdk/javascript/Document.h @@ -38,7 +38,6 @@ class CJS_PrintParamsObj : public CJS_Object { : CJS_Object(pObject) {} ~CJS_PrintParamsObj() override {} - static const char* g_pClassName; static int g_nObjDefnID; static void DefineJSObjects(CFXJS_Engine* pEngine, FXJSOBJTYPE eObjType); @@ -272,7 +271,6 @@ class CJS_Document : public CJS_Object { // CJS_Object void InitInstance(IJS_Runtime* pIRuntime) override; - static const char* g_pClassName; static int g_nObjDefnID; static JSPropertySpec PropertySpecs[]; static JSMethodSpec MethodSpecs[]; |