diff options
Diffstat (limited to 'fxjs/xfa/cjx_bind.h')
-rw-r--r-- | fxjs/xfa/cjx_bind.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/fxjs/xfa/cjx_bind.h b/fxjs/xfa/cjx_bind.h index 9fc8ab8071..ab221439d1 100644 --- a/fxjs/xfa/cjx_bind.h +++ b/fxjs/xfa/cjx_bind.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_BIND_H_ #define FXJS_XFA_CJX_BIND_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_node.h" class CXFA_Bind; @@ -16,12 +17,12 @@ class CJX_Bind : public CJX_Node { explicit CJX_Bind(CXFA_Bind* node); ~CJX_Bind() override; - JS_PROP(contentType); - JS_PROP(match); - JS_PROP(ref); - JS_PROP(transferEncoding); - JS_PROP(use); - JS_PROP(usehref); + JSE_PROP(contentType); + JSE_PROP(match); + JSE_PROP(ref); + JSE_PROP(transferEncoding); + JSE_PROP(use); + JSE_PROP(usehref); }; #endif // FXJS_XFA_CJX_BIND_H_ |