summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_desc.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/xfa/cjx_desc.h')
-rw-r--r--fxjs/xfa/cjx_desc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fxjs/xfa/cjx_desc.h b/fxjs/xfa/cjx_desc.h
index f3c9f46b4c..4d21c7ba32 100644
--- a/fxjs/xfa/cjx_desc.h
+++ b/fxjs/xfa/cjx_desc.h
@@ -19,6 +19,9 @@ class CJX_Desc : public CJX_Node {
JS_METHOD(metadata, CJX_Desc);
+ JS_PROP(use);
+ JS_PROP(usehref);
+
private:
static const CJX_MethodSpec MethodSpecs[];
};