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

git-svn-id: svn://10.0.0.236/trunk@196542 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com 2006-05-15 17:28:40 +00:00
parent 289afcdea9
commit 631568169c

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)