Get the parser bundle through a normal COM interface.

This commit is contained in:
harishd%netscape.com 2000-05-22 21:33:12 +00:00
Родитель a6c721478d
Коммит 776f0bd024
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -49,7 +49,7 @@ NS_IMETHODIMP nsObserverBase::NotifyWebShell(
theKey.AssignWithConversion("webshell"); // Key to find webshell service from the bundle.
nsISupportsParserBundle* bundle=(nsISupportsParserBundle*)aParserBundle;
nsCOMPtr<nsISupportsParserBundle> bundle=do_QueryInterface(aParserBundle);
if (bundle) {
nsresult res = NS_OK;