From fe9d640ea90cfccac39b6475dad9df62072542fc Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 14 Dec 2017 19:45:53 +0000 Subject: Create classes for XFA JS objects This CL creates classes for the various XFA JS objects. The method calls from xfa_basic_data_element_script have been modified to call these methods instead of methods in CJX_Object. Change-Id: Idb2de38656f7e8edc559d44921eba25073e6c806 Reviewed-on: https://pdfium-review.googlesource.com/21110 Commit-Queue: dsinclair Reviewed-by: Henrique Nakashima --- xfa/fxfa/parser/cxfa_soapaddress.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xfa/fxfa/parser/cxfa_soapaddress.cpp') diff --git a/xfa/fxfa/parser/cxfa_soapaddress.cpp b/xfa/fxfa/parser/cxfa_soapaddress.cpp index 9974a48569..39f91a550a 100644 --- a/xfa/fxfa/parser/cxfa_soapaddress.cpp +++ b/xfa/fxfa/parser/cxfa_soapaddress.cpp @@ -6,7 +6,7 @@ #include "xfa/fxfa/parser/cxfa_soapaddress.h" -#include "fxjs/xfa/cjx_textnode.h" +#include "fxjs/xfa/cjx_soapaddress.h" #include "third_party/base/ptr_util.h" namespace { @@ -31,6 +31,6 @@ CXFA_SoapAddress::CXFA_SoapAddress(CXFA_Document* doc, XFA_PacketType packet) nullptr, kAttributeData, kName, - pdfium::MakeUnique(this)) {} + pdfium::MakeUnique(this)) {} CXFA_SoapAddress::~CXFA_SoapAddress() {} -- cgit v1.2.3