diff options
Diffstat (limited to 'fxjs/xfa/cjx_manifest.h')
-rw-r--r-- | fxjs/xfa/cjx_manifest.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fxjs/xfa/cjx_manifest.h b/fxjs/xfa/cjx_manifest.h index 78aa5bcfd3..fa16b470e0 100644 --- a/fxjs/xfa/cjx_manifest.h +++ b/fxjs/xfa/cjx_manifest.h @@ -7,7 +7,7 @@ #ifndef FXJS_XFA_CJX_MANIFEST_H_ #define FXJS_XFA_CJX_MANIFEST_H_ -#include "fxjs/cjx_define.h" +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_node.h" class CXFA_Manifest; @@ -17,12 +17,12 @@ class CJX_Manifest : public CJX_Node { explicit CJX_Manifest(CXFA_Manifest* manifest); ~CJX_Manifest() override; - JS_METHOD(evaluate, CJX_Manifest); + JSE_METHOD(evaluate, CJX_Manifest); - JS_PROP(defaultValue); /* {default} */ - JS_PROP(action); - JS_PROP(use); - JS_PROP(usehref); + JSE_PROP(defaultValue); /* {default} */ + JSE_PROP(action); + JSE_PROP(use); + JSE_PROP(usehref); private: static const CJX_MethodSpec MethodSpecs[]; |