summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_exobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/xfa/cjx_exobject.h')
-rw-r--r--fxjs/xfa/cjx_exobject.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/fxjs/xfa/cjx_exobject.h b/fxjs/xfa/cjx_exobject.h
index 2fec24a6fb..2e10362b2d 100644
--- a/fxjs/xfa/cjx_exobject.h
+++ b/fxjs/xfa/cjx_exobject.h
@@ -7,6 +7,7 @@
#ifndef FXJS_XFA_CJX_EXOBJECT_H_
#define FXJS_XFA_CJX_EXOBJECT_H_
+#include "fxjs/jse_define.h"
#include "fxjs/xfa/cjx_node.h"
class CXFA_ExObject;
@@ -16,12 +17,12 @@ class CJX_ExObject : public CJX_Node {
explicit CJX_ExObject(CXFA_ExObject* node);
~CJX_ExObject() override;
- JS_PROP(archive);
- JS_PROP(classId);
- JS_PROP(codeBase);
- JS_PROP(codeType);
- JS_PROP(use);
- JS_PROP(usehref);
+ JSE_PROP(archive);
+ JSE_PROP(classId);
+ JSE_PROP(codeBase);
+ JSE_PROP(codeType);
+ JSE_PROP(use);
+ JSE_PROP(usehref);
};
#endif // FXJS_XFA_CJX_EXOBJECT_H_