summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_integer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_integer.cpp')
-rw-r--r--xfa/fxfa/parser/cxfa_integer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_integer.cpp b/xfa/fxfa/parser/cxfa_integer.cpp
index 514ee4ee58..bd263abe4e 100644
--- a/xfa/fxfa/parser/cxfa_integer.cpp
+++ b/xfa/fxfa/parser/cxfa_integer.cpp
@@ -6,7 +6,7 @@
#include "xfa/fxfa/parser/cxfa_integer.h"
-#include "fxjs/xfa/cjx_content.h"
+#include "fxjs/xfa/cjx_integer.h"
#include "third_party/base/ptr_util.h"
namespace {
@@ -32,6 +32,6 @@ CXFA_Integer::CXFA_Integer(CXFA_Document* doc, XFA_PacketType packet)
nullptr,
kAttributeData,
kName,
- pdfium::MakeUnique<CJX_Content>(this)) {}
+ pdfium::MakeUnique<CJX_Integer>(this)) {}
CXFA_Integer::~CXFA_Integer() {}