Bug 1523969 part 20 - Move method definition inline comments to new line in 'parser/'. r=hsivonen

Differential Revision: https://phabricator.services.mozilla.com/D21121

--HG--
extra : rebase_source : 0d70bb459affb4887f888a8c9395c6be947e5f75
This commit is contained in:
Ryan Hunt 2019-02-25 16:11:34 -06:00
Родитель 3c3b5fab3d
Коммит 3091198ef3
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1365,7 +1365,8 @@ nsresult nsHtml5StreamParser::OnDataAvailable(nsIRequest* aRequest,
return rv;
}
/* static */ nsresult nsHtml5StreamParser::CopySegmentsToParser(
/* static */
nsresult nsHtml5StreamParser::CopySegmentsToParser(
nsIInputStream* aInStream, void* aClosure, const char* aFromSegment,
uint32_t aToOffset, uint32_t aCount, uint32_t* aWriteCount) {
nsHtml5StreamParser* parser = static_cast<nsHtml5StreamParser*>(aClosure);