diff options
Diffstat (limited to 'fxjs/xfa/cjx_object.h')
-rw-r--r-- | fxjs/xfa/cjx_object.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/xfa/cjx_object.h b/fxjs/xfa/cjx_object.h index 0ee2b66199..5b57cbe6e7 100644 --- a/fxjs/xfa/cjx_object.h +++ b/fxjs/xfa/cjx_object.h @@ -15,7 +15,7 @@ #include "core/fxcrt/unowned_ptr.h" #include "core/fxcrt/widestring.h" #include "core/fxcrt/xml/cfx_xmlelement.h" -#include "fxjs/cjx_define.h" +#include "fxjs/jse_define.h" #include "third_party/base/optional.h" #include "third_party/base/span.h" #include "xfa/fxfa/fxfa_basic.h" @@ -58,7 +58,7 @@ class CJX_Object { explicit CJX_Object(CXFA_Object* obj); virtual ~CJX_Object(); - JS_PROP(className); + JSE_PROP(className); CXFA_Document* GetDocument() const; CXFA_Object* GetXFAObject() const { return object_.Get(); } |