summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_manifest.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/xfa/cjx_manifest.h')
-rw-r--r--fxjs/xfa/cjx_manifest.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fxjs/xfa/cjx_manifest.h b/fxjs/xfa/cjx_manifest.h
index fd28e4065a..75fcacdfb1 100644
--- a/fxjs/xfa/cjx_manifest.h
+++ b/fxjs/xfa/cjx_manifest.h
@@ -19,6 +19,11 @@ class CJX_Manifest : public CJX_Node {
JS_METHOD(evaluate, CJX_Manifest);
+ JS_PROP(defaultValue); /* {default} */
+ JS_PROP(action);
+ JS_PROP(use);
+ JS_PROP(usehref);
+
private:
static const CJX_MethodSpec MethodSpecs[];
};