Fix bustage from dougt's checkin. b=170585 r=caillon sr=bzbarsky

git-svn-id: svn://10.0.0.236/trunk@135087 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2002-12-11 00:53:53 +00:00
parent a99e419a4f
commit 82de7a2bfe

View File

@@ -90,7 +90,7 @@ interface nsISeekableStream : nsISupports
* This method reports the current offset, in bytes, from the start of the
* stream.
*/
long tell();
unsigned long tell();
/**