From b2fb20e0f8e7ea368c541d35ccb61506041f7ddd Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 4 Apr 2017 15:09:44 -0400 Subject: Remove un-needed CFDE_XMLDeclaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was just used as the parent to CFDE_XMLCharData but didn't override anything over CFDE_XMLNode. Switch CFDE_XMLCharData to inherit from CFDE_XMLNode and remove CFDE_XMLDeclaration. Change-Id: Ide7507c0d4a6886331b6cebeae0bd7f9e9d738fb Reviewed-on: https://pdfium-review.googlesource.com/3671 Commit-Queue: dsinclair Reviewed-by: Nicolás Peña Reviewed-by: Tom Sepez --- BUILD.gn | 1 - 1 file changed, 1 deletion(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 5c0017dd06..961a5108d9 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1406,7 +1406,6 @@ if (pdf_enable_xfa) { "xfa/fde/ifde_txtedtpage.h", "xfa/fde/xml/cfde_xmlchardata.cpp", "xfa/fde/xml/cfde_xmlchardata.h", - "xfa/fde/xml/cfde_xmldeclaration.h", "xfa/fde/xml/cfde_xmldoc.cpp", "xfa/fde/xml/cfde_xmldoc.h", "xfa/fde/xml/cfde_xmlelement.cpp", -- cgit v1.2.3