diff options
Diffstat (limited to 'fxjs/xfa/cjx_event.h')
-rw-r--r-- | fxjs/xfa/cjx_event.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fxjs/xfa/cjx_event.h b/fxjs/xfa/cjx_event.h index 6c6d92064d..d8c8b03fe0 100644 --- a/fxjs/xfa/cjx_event.h +++ b/fxjs/xfa/cjx_event.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_EVENT_H_ #define FXJS_XFA_CJX_EVENT_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_node.h" class CXFA_Event; @@ -16,10 +17,10 @@ class CJX_Event : public CJX_Node { explicit CJX_Event(CXFA_Event* node); ~CJX_Event() override; - JS_PROP(activity); - JS_PROP(ref); - JS_PROP(use); - JS_PROP(usehref); + JSE_PROP(activity); + JSE_PROP(ref); + JSE_PROP(use); + JSE_PROP(usehref); }; #endif // FXJS_XFA_CJX_EVENT_H_ |