diff options
Diffstat (limited to 'fxjs/xfa/cjx_handler.h')
-rw-r--r-- | fxjs/xfa/cjx_handler.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fxjs/xfa/cjx_handler.h b/fxjs/xfa/cjx_handler.h index 373328b85f..feb0e6dc7a 100644 --- a/fxjs/xfa/cjx_handler.h +++ b/fxjs/xfa/cjx_handler.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_HANDLER_H_ #define FXJS_XFA_CJX_HANDLER_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_textnode.h" class CXFA_Handler; @@ -16,10 +17,10 @@ class CJX_Handler : public CJX_TextNode { explicit CJX_Handler(CXFA_Handler* node); ~CJX_Handler() override; - JS_PROP(type); - JS_PROP(use); - JS_PROP(version); - JS_PROP(usehref); + JSE_PROP(type); + JSE_PROP(use); + JSE_PROP(version); + JSE_PROP(usehref); }; #endif // FXJS_XFA_CJX_HANDLER_H_ |