summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_traverse.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/xfa/cjx_traverse.h')
-rw-r--r--fxjs/xfa/cjx_traverse.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/fxjs/xfa/cjx_traverse.h b/fxjs/xfa/cjx_traverse.h
index 2eef88eb6f..d6f43afd40 100644
--- a/fxjs/xfa/cjx_traverse.h
+++ b/fxjs/xfa/cjx_traverse.h
@@ -7,6 +7,7 @@
#ifndef FXJS_XFA_CJX_TRAVERSE_H_
#define FXJS_XFA_CJX_TRAVERSE_H_
+#include "fxjs/jse_define.h"
#include "fxjs/xfa/cjx_node.h"
class CXFA_Traverse;
@@ -16,10 +17,10 @@ class CJX_Traverse : public CJX_Node {
explicit CJX_Traverse(CXFA_Traverse* node);
~CJX_Traverse() override;
- JS_PROP(operation);
- JS_PROP(ref);
- JS_PROP(use);
- JS_PROP(usehref);
+ JSE_PROP(operation);
+ JSE_PROP(ref);
+ JSE_PROP(use);
+ JSE_PROP(usehref);
};
#endif // FXJS_XFA_CJX_TRAVERSE_H_