зеркало из https://github.com/mozilla/pjs.git
Bug 583542 - [e10s] nsExternalHelperAppService fails when called from content process (build fix)
This commit is contained in:
Родитель
4313e5d68c
Коммит
6813b612e2
|
@ -476,7 +476,7 @@ bool
|
|||
ContentParent::RecvLoadURIExteneral(const URI& uri)
|
||||
{
|
||||
nsCOMPtr<nsIExternalProtocolService> extProtService (do_GetService(NS_EXTERNALPROTOCOLSERVICE_CONTRACTID));
|
||||
nsCOMPtr<nsIURI> ourURI = uri;
|
||||
nsCOMPtr<nsIURI> ourURI(uri);
|
||||
extProtService->LoadURI(ourURI, nsnull);
|
||||
return true;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче