diff options
Diffstat (limited to 'fxjs/xfa/cjx_keep.h')
-rw-r--r-- | fxjs/xfa/cjx_keep.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/fxjs/xfa/cjx_keep.h b/fxjs/xfa/cjx_keep.h index fa8a1119f2..3e1166f1a9 100644 --- a/fxjs/xfa/cjx_keep.h +++ b/fxjs/xfa/cjx_keep.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_KEEP_H_ #define FXJS_XFA_CJX_KEEP_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_node.h" class CXFA_Keep; @@ -16,11 +17,11 @@ class CJX_Keep : public CJX_Node { explicit CJX_Keep(CXFA_Keep* node); ~CJX_Keep() override; - JS_PROP(intact); - JS_PROP(next); - JS_PROP(previous); - JS_PROP(use); - JS_PROP(usehref); + JSE_PROP(intact); + JSE_PROP(next); + JSE_PROP(previous); + JSE_PROP(use); + JSE_PROP(usehref); }; #endif // FXJS_XFA_CJX_KEEP_H_ |