From 876efaa771afe7ebd7a97dc748abdbb5b266a99b Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 12 Apr 2018 13:39:28 +0000 Subject: Rename CXFA_SimpleParser to CXFA_DocumentParser The CXFA_SimpleParser is handling the XFA document parsing. This CL renames the class to make it clearer that this is the XFA document parser. Change-Id: Ia290df2671fba9efa221ae997156ee4846749b02 Reviewed-on: https://pdfium-review.googlesource.com/30231 Reviewed-by: Henrique Nakashima Commit-Queue: dsinclair --- xfa/fxfa/parser/cxfa_nodeowner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxfa/parser/cxfa_nodeowner.cpp') diff --git a/xfa/fxfa/parser/cxfa_nodeowner.cpp b/xfa/fxfa/parser/cxfa_nodeowner.cpp index 63f2f717c2..dba32dc889 100644 --- a/xfa/fxfa/parser/cxfa_nodeowner.cpp +++ b/xfa/fxfa/parser/cxfa_nodeowner.cpp @@ -21,7 +21,7 @@ void CXFA_NodeOwner::ReleaseXMLNodesIfNeeded() { // it. This will cause the ProbeForLowSeverityLifetimeIssue to fire. // // This doesn't happen in the destructor because of the ownership semantics - // between the CXFA_Document and CXFA_SimpleParser. It has to happen before + // between the CXFA_Document and CXFA_DocumentParser. It has to happen before // the simple parser is destroyed, but the document has to live longer then // the simple parser. for (auto& it : nodes_) -- cgit v1.2.3