diff --git a/mozilla/xpcom/io/nsISeekableStream.idl b/mozilla/xpcom/io/nsISeekableStream.idl index c3a0660c4ef..cf2c3de6073 100644 --- a/mozilla/xpcom/io/nsISeekableStream.idl +++ b/mozilla/xpcom/io/nsISeekableStream.idl @@ -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(); /**