зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
3c3b5fab3d
Коммит
3091198ef3
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче