diff options
Diffstat (limited to 'fxjs/xfa/cjx_passwordedit.h')
-rw-r--r-- | fxjs/xfa/cjx_passwordedit.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fxjs/xfa/cjx_passwordedit.h b/fxjs/xfa/cjx_passwordedit.h index e4a5fcb9e5..df6d8eb070 100644 --- a/fxjs/xfa/cjx_passwordedit.h +++ b/fxjs/xfa/cjx_passwordedit.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_PASSWORDEDIT_H_ #define FXJS_XFA_CJX_PASSWORDEDIT_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_node.h" class CXFA_PasswordEdit; @@ -16,10 +17,10 @@ class CJX_PasswordEdit : public CJX_Node { explicit CJX_PasswordEdit(CXFA_PasswordEdit* node); ~CJX_PasswordEdit() override; - JS_PROP(hScrollPolicy); - JS_PROP(passwordChar); - JS_PROP(use); - JS_PROP(usehref); + JSE_PROP(hScrollPolicy); + JSE_PROP(passwordChar); + JSE_PROP(use); + JSE_PROP(usehref); }; #endif // FXJS_XFA_CJX_PASSWORDEDIT_H_ |