Add a comment to SVGDocumentWrapper::OnStopRequest. DONTBUILD (NPOB). No bug.

This commit is contained in:
Jonathan Watt 2012-12-27 17:29:03 +00:00
parent cf7864a07b
commit 7ab26ac57a

View File

@ -266,6 +266,7 @@ SVGDocumentWrapper::OnStopRequest(nsIRequest* aRequest, nsISupports* ctxt,
parser->CancelParsingEvents(); parser->CancelParsingEvents();
parser->ContinueInterruptedParsing(); parser->ContinueInterruptedParsing();
} }
// XXX flushing is wasteful if embedding frame hasn't had initial reflow
FlushLayout(); FlushLayout();
mListener = nullptr; mListener = nullptr;