mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-28 20:55:39 +00:00
392980 make it possible to QI FaviconLoadListener to nsIRequestObserver r=2xgavin,2xsayrer,mano
This commit is contained in:
parent
4c77c5f4dc
commit
6444bcbce1
@ -797,8 +797,9 @@ nsFaviconService::GetFaviconSpecForIconString(const nsCString& aSpec, nsACString
|
||||
}
|
||||
|
||||
|
||||
NS_IMPL_ISUPPORTS3(FaviconLoadListener,
|
||||
nsIStreamListener, // is a nsIRequestObserver
|
||||
NS_IMPL_ISUPPORTS4(FaviconLoadListener,
|
||||
nsIRequestObserver,
|
||||
nsIStreamListener,
|
||||
nsIInterfaceRequestor,
|
||||
nsIChannelEventSink)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user