DescriptionProgress HTMLDocumentParser state on non-interrupted cases
Before this patch, HTMLDocumentParser never progressed to StoppedState
but stuck in StoppingState when parsing finished without being interrupted.
This patch adds a call to |DocumentParser::stopParsing()| to ensure its
|m_state| progress to StoppedState.
BUG=409461
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181346
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|