зеркало из https://github.com/mozilla/gecko-dev.git
fix bustage after nsIBaseStream removal
This commit is contained in:
Родитель
95331705a3
Коммит
96b9880c3c
|
@ -37,8 +37,6 @@ class GtkMozEmbedStream : public nsIInputStream
|
|||
NS_DECL_ISUPPORTS
|
||||
// nsIInputStream
|
||||
NS_DECL_NSIINPUTSTREAM
|
||||
// nsIBaseStream
|
||||
NS_DECL_NSIBASESTREAM
|
||||
|
||||
private:
|
||||
nsCOMPtr<nsIOutputStream> mOutputStream;
|
||||
|
|
|
@ -33,8 +33,6 @@ class MozEmbedStream : public nsIInputStream
|
|||
NS_DECL_ISUPPORTS
|
||||
// nsIInputStream
|
||||
NS_DECL_NSIINPUTSTREAM
|
||||
// nsIBaseStream
|
||||
NS_DECL_NSIBASESTREAM
|
||||
|
||||
NS_METHOD Append(const char *aData, PRUint32 aLen);
|
||||
|
||||
|
|
|
@ -129,10 +129,6 @@ mozXMLTermStream::QueryInterface(REFNSIID aIID,void** aInstancePtr)
|
|||
if ( aIID.Equals(NS_GET_IID(nsISupports))) {
|
||||
*aInstancePtr = NS_STATIC_CAST(nsISupports*,
|
||||
NS_STATIC_CAST(mozIXMLTermStream*,this));
|
||||
|
||||
} else if(aIID.Equals(NS_GET_IID(nsIBaseStream))) {
|
||||
*aInstancePtr = NS_STATIC_CAST(nsIBaseStream*,this);
|
||||
|
||||
} else if(aIID.Equals(NS_GET_IID(nsIInputStream))) {
|
||||
*aInstancePtr = NS_STATIC_CAST(nsIInputStream*,this);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче