Bug 337962: fix nsBookmarksService's QI to include nsICharsetResolver, r=neil, sr=bzbarsky

This commit is contained in:
gavin%gavinsharp.com 2006-05-15 17:28:40 +00:00
parent 671b591a88
commit 490c5c03ab

View File

@ -2536,7 +2536,7 @@ nsBookmarksService::Release()
}
}
NS_IMPL_QUERY_INTERFACE9(nsBookmarksService,
NS_IMPL_QUERY_INTERFACE10(nsBookmarksService,
nsIBookmarksService,
nsIRDFDataSource,
nsIRDFRemoteDataSource,
@ -2544,6 +2544,7 @@ NS_IMPL_QUERY_INTERFACE9(nsBookmarksService,
nsIRDFObserver,
nsIStreamListener,
nsIRequestObserver,
nsICharsetResolver,
nsIObserver,
nsISupportsWeakReference)