| Index: fpdfsdk/src/javascript/Document.h
|
| diff --git a/fpdfsdk/src/javascript/Document.h b/fpdfsdk/src/javascript/Document.h
|
| index 65b2764d5792961068cfc9f8e0320fb33c7184d3..cc92b8d399e09cc43c9c4853d78307a35e817043 100644
|
| --- a/fpdfsdk/src/javascript/Document.h
|
| +++ b/fpdfsdk/src/javascript/Document.h
|
| @@ -30,7 +30,7 @@ class CJS_PrintParamsObj : public CJS_Object {
|
| CJS_PrintParamsObj(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
|
| ~CJS_PrintParamsObj() override {}
|
|
|
| - DECLARE_JS_CLASS(CJS_PrintParamsObj);
|
| + DECLARE_JS_CLASS();
|
| };
|
|
|
| class Icon;
|
| @@ -328,7 +328,7 @@ class CJS_Document : public CJS_Object {
|
| // CJS_Object
|
| FX_BOOL InitInstance(IFXJS_Context* cc) override;
|
|
|
| - DECLARE_JS_CLASS(CJS_Document);
|
| + DECLARE_JS_CLASS();
|
|
|
| JS_STATIC_PROP(ADBE, Document);
|
| JS_STATIC_PROP(author, Document);
|
|
|