diff options
Diffstat (limited to 'fxjs/xfa/cjx_sourceset.h')
-rw-r--r-- | fxjs/xfa/cjx_sourceset.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fxjs/xfa/cjx_sourceset.h b/fxjs/xfa/cjx_sourceset.h index de4ac68bed..32018a9c04 100644 --- a/fxjs/xfa/cjx_sourceset.h +++ b/fxjs/xfa/cjx_sourceset.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_SOURCESET_H_ #define FXJS_XFA_CJX_SOURCESET_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_model.h" class CXFA_SourceSet; @@ -16,8 +17,8 @@ class CJX_SourceSet : public CJX_Model { explicit CJX_SourceSet(CXFA_SourceSet* node); ~CJX_SourceSet() override; - JS_PROP(use); - JS_PROP(usehref); + JSE_PROP(use); + JSE_PROP(usehref); }; #endif // FXJS_XFA_CJX_SOURCESET_H_ |