diff options
Diffstat (limited to 'fxjs/xfa/cjx_execute.h')
-rw-r--r-- | fxjs/xfa/cjx_execute.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/fxjs/xfa/cjx_execute.h b/fxjs/xfa/cjx_execute.h index ef7f629e36..338f8c3d1f 100644 --- a/fxjs/xfa/cjx_execute.h +++ b/fxjs/xfa/cjx_execute.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_EXECUTE_H_ #define FXJS_XFA_CJX_EXECUTE_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_node.h" class CXFA_Execute; @@ -16,11 +17,11 @@ class CJX_Execute : public CJX_Node { explicit CJX_Execute(CXFA_Execute* node); ~CJX_Execute() override; - JS_PROP(connection); - JS_PROP(executeType); - JS_PROP(runAt); - JS_PROP(use); - JS_PROP(usehref); + JSE_PROP(connection); + JSE_PROP(executeType); + JSE_PROP(runAt); + JSE_PROP(use); + JSE_PROP(usehref); }; #endif // FXJS_XFA_CJX_EXECUTE_H_ |