diff options
Diffstat (limited to 'fxjs/xfa/cjx_overflow.h')
-rw-r--r-- | fxjs/xfa/cjx_overflow.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/fxjs/xfa/cjx_overflow.h b/fxjs/xfa/cjx_overflow.h index c4f94b8599..e0859ae5d6 100644 --- a/fxjs/xfa/cjx_overflow.h +++ b/fxjs/xfa/cjx_overflow.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_OVERFLOW_H_ #define FXJS_XFA_CJX_OVERFLOW_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_node.h" class CXFA_Overflow; @@ -16,11 +17,11 @@ class CJX_Overflow : public CJX_Node { explicit CJX_Overflow(CXFA_Overflow* node); ~CJX_Overflow() override; - JS_PROP(leader); - JS_PROP(target); - JS_PROP(trailer); - JS_PROP(use); - JS_PROP(usehref); + JSE_PROP(leader); + JSE_PROP(target); + JSE_PROP(trailer); + JSE_PROP(use); + JSE_PROP(usehref); }; #endif // FXJS_XFA_CJX_OVERFLOW_H_ |