summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_treelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/xfa/cjx_treelist.h')
-rw-r--r--fxjs/xfa/cjx_treelist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/xfa/cjx_treelist.h b/fxjs/xfa/cjx_treelist.h
index b3f1dafc48..c6f2919592 100644
--- a/fxjs/xfa/cjx_treelist.h
+++ b/fxjs/xfa/cjx_treelist.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_TREELIST_H_
#define FXJS_XFA_CJX_TREELIST_H_
-#include "fxjs/cjx_define.h"
+#include "fxjs/jse_define.h"
#include "fxjs/xfa/cjx_list.h"
class CXFA_TreeList;
@@ -17,7 +17,7 @@ class CJX_TreeList : public CJX_List {
explicit CJX_TreeList(CXFA_TreeList* list);
~CJX_TreeList() override;
- JS_METHOD(namedItem, CJX_TreeList);
+ JSE_METHOD(namedItem, CJX_TreeList);
private:
CXFA_TreeList* GetXFATreeList();