nsChromeRegistry needs to QI to nsISupports.

git-svn-id: svn://10.0.0.236/trunk@188198 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mrbkap%gmail.com 2006-01-26 01:07:37 +00:00
parent 44e1ab3582
commit 213033b3d3

View File

@ -439,6 +439,7 @@ NS_INTERFACE_MAP_BEGIN(nsChromeRegistry)
#endif
NS_INTERFACE_MAP_ENTRY(nsIObserver)
NS_INTERFACE_MAP_ENTRY(nsISupportsWeakReference)
NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, nsIChromeRegistry)
NS_INTERFACE_MAP_END
NS_IMPL_ADDREF(nsChromeRegistry)