Fixed build hosage
git-svn-id: svn://10.0.0.236/trunk@46653 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -65,7 +65,7 @@ NS_IMPL_ADDREF(GtkMozillaInputStream)
|
||||
|
||||
// nsIInputStream interface
|
||||
NS_IMETHODIMP
|
||||
GtkMozillaInputStream::GetLength(PRUint32 *aLength)
|
||||
GtkMozillaInputStream::Available(PRUint32 *aLength)
|
||||
{
|
||||
*aLength = mCount;
|
||||
return NS_OK;
|
||||
|
||||
Reference in New Issue
Block a user