DescriptionRemoving CPDF_Parser::CloseParser.
Currently the only calls to CloseParser() happend in the destructor or the
start*Parse methods. The Start*Parse methods are currently only called on
freshly constructed parsers in fpdf_dataavail and fpdfview.
This CL removes the CloseParser() method and puts the contents in the
destructor. We then add an ASSERT that we don't re-enter the parser after it
has already completed the parse.
Committed: https://pdfium.googlesource.com/pdfium/+/156de02596e91490bf2432686d0d3c91a5c1a26e
Patch Set 1 #
Messages
Total messages: 10 (6 generated)
|