зеркало из https://github.com/mozilla/pjs.git
Get the parser bundle through a normal COM interface.
This commit is contained in:
Родитель
a6c721478d
Коммит
776f0bd024
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче