summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_boolean.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_boolean.cpp')
-rw-r--r--xfa/fxfa/parser/cxfa_boolean.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_boolean.cpp b/xfa/fxfa/parser/cxfa_boolean.cpp
index 74fe2bea74..27931b10b2 100644
--- a/xfa/fxfa/parser/cxfa_boolean.cpp
+++ b/xfa/fxfa/parser/cxfa_boolean.cpp
@@ -6,6 +6,9 @@
#include "xfa/fxfa/parser/cxfa_boolean.h"
+#include "fxjs/xfa/cjx_content.h"
+#include "third_party/base/ptr_util.h"
+
namespace {
const CXFA_Node::AttributeData kAttributeData[] = {
@@ -28,6 +31,7 @@ CXFA_Boolean::CXFA_Boolean(CXFA_Document* doc, XFA_PacketType packet)
XFA_Element::Boolean,
nullptr,
kAttributeData,
- kName) {}
+ kName,
+ pdfium::MakeUnique<CJX_Content>(this)) {}
CXFA_Boolean::~CXFA_Boolean() {}