diff options
Diffstat (limited to 'fxjs/xfa/cjx_rootelement.h')
-rw-r--r-- | fxjs/xfa/cjx_rootelement.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fxjs/xfa/cjx_rootelement.h b/fxjs/xfa/cjx_rootelement.h index 40790df64e..925f751ecd 100644 --- a/fxjs/xfa/cjx_rootelement.h +++ b/fxjs/xfa/cjx_rootelement.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_ROOTELEMENT_H_ #define FXJS_XFA_CJX_ROOTELEMENT_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_textnode.h" class CXFA_RootElement; @@ -16,8 +17,8 @@ class CJX_RootElement : public CJX_TextNode { explicit CJX_RootElement(CXFA_RootElement* node); ~CJX_RootElement() override; - JS_PROP(use); - JS_PROP(usehref); + JSE_PROP(use); + JSE_PROP(usehref); }; #endif // FXJS_XFA_CJX_ROOTELEMENT_H_ |