/[blink]
Chromium logo

Revision 157914


Jump to revision: Previous Next
Author: pdr@chromium.org
Date: Tue Sep 17 19:49:17 2013 UTC (9 years, 8 months ago)
Changed paths: 1
Log Message:
Prevent crash due to XMLDocumentParser destruction

This patch prevents a crash in XMLDocumentParser::append due to the
parser being destructed through doWrite. Destructing the parser can
lead to the subsequent isStopped() check to fail to return, but by
keeping the parser alive we ensure isStopped() correctly exits.

BUG=278908

Review URL: https://chromiumcodereview.appspot.com/23456031

Changed paths

Path Details
Directorytrunk/Source/core/xml/parser/XMLDocumentParser.cpp modified , text changed

Properties

Name Value
commit-bot commit-bot@chromium.org

Powered by ViewVC 1.1.26 ViewVC Help