Bug 1523969 part 20 - Move method definition inline comments to new line in 'parser/'. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D21121
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user