Backed out changeset a907159a482f (bug 1761040) for causing build bustages on a CLOSED TREE

This commit is contained in:
Andreea Pavel
2022-08-02 04:59:08 +03:00
parent d2d02e8493
commit c2e97d2e06
202 changed files with 1443 additions and 1518 deletions

View File

@@ -1671,7 +1671,7 @@ nsresult nsHtml5StreamParser::OnDataAvailable(nsIRequest* aRequest,
nsresult nsHtml5StreamParser::CopySegmentsToParser(
nsIInputStream* aInStream, void* aClosure, const char* aFromSegment,
uint32_t aToOffset, uint32_t aCount,
uint32_t* aWriteCount) MOZ_NO_THREAD_SAFETY_ANALYSIS {
uint32_t* aWriteCount) NO_THREAD_SAFETY_ANALYSIS {
nsHtml5StreamParser* parser = static_cast<nsHtml5StreamParser*>(aClosure);
parser->DoDataAvailable(AsBytes(Span(aFromSegment, aCount)));