summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpdfsdk/javascript/event.h')
-rw-r--r--fpdfsdk/javascript/event.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/fpdfsdk/javascript/event.h b/fpdfsdk/javascript/event.h
index 1d5c262bbb..4d03f45edd 100644
--- a/fpdfsdk/javascript/event.h
+++ b/fpdfsdk/javascript/event.h
@@ -82,15 +82,13 @@ class CJS_Event : public CJS_Object {
static const char* g_pClassName;
static int g_nObjDefnID;
- static void DefineJSObjects(CFXJS_Engine* pEngine, FXJSOBJTYPE eObjType);
- static JSConstSpec ConstSpecs[];
- static void DefineConsts(CFXJS_Engine* pEngine);
+ static JSPropertySpec PropertySpecs[];
+
static void JSConstructor(CFXJS_Engine* pEngine, v8::Local<v8::Object> obj);
static void JSDestructor(CFXJS_Engine* pEngine, v8::Local<v8::Object> obj);
+
+ static void DefineJSObjects(CFXJS_Engine* pEngine, FXJSOBJTYPE eObjType);
static void DefineProps(CFXJS_Engine* pEngine);
- static void DefineMethods(CFXJS_Engine* pEngine);
- static JSPropertySpec PropertySpecs[];
- static JSMethodSpec MethodSpecs[];
JS_STATIC_PROP(change, change, event);
JS_STATIC_PROP(changeEx, change_ex, event);