зеркало из https://github.com/mozilla/gecko-dev.git
Remove copy-pasted scope qualifier for ReadSegments decl, jdunn says HP aCC barfs on it (a=leaf).
This commit is contained in:
Родитель
feee4cd410
Коммит
784eab4a1d
|
@ -293,10 +293,8 @@ class nsFastLoadFileReader
|
|||
// Override ReadSegments too, as nsBinaryInputStream::ReadSegments does
|
||||
// not call through our overridden Read method -- it calls directly into
|
||||
// the underlying input stream.
|
||||
NS_IMETHODIMP nsFastLoadFileReader::ReadSegments(nsWriteSegmentFun aWriter,
|
||||
void* aClosure,
|
||||
PRUint32 aCount,
|
||||
PRUint32 *aResult);
|
||||
NS_IMETHODIMP ReadSegments(nsWriteSegmentFun aWriter, void* aClosure,
|
||||
PRUint32 aCount, PRUint32 *aResult);
|
||||
|
||||
nsresult ReadHeader(nsFastLoadHeader *aHeader);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче