зеркало из https://github.com/mozilla/pjs.git
Resolving apprunner bustage in an unfortunate way. r=danm
This commit is contained in:
Родитель
708ee95eba
Коммит
f9371e4b93
|
@ -608,11 +608,16 @@ nsChromeRegistry::InitRegistry()
|
|||
|
||||
rv = remote->Init(innerURI);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
// We need to read this synchronously.
|
||||
rv = remote->Refresh(PR_TRUE);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
}
|
||||
|
||||
nsCOMPtr<nsIRDFRemoteDataSource> remote = do_QueryInterface(mInner);
|
||||
if (! remote)
|
||||
return NS_ERROR_UNEXPECTED;
|
||||
|
||||
// We need to read this synchronously.
|
||||
nsresult rv = remote->Refresh(PR_TRUE);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
|
||||
<skin>
|
||||
<RDF:Description about="chrome://global/skin/">
|
||||
<base>resource:/chrome/global/skin/default/</base>
|
||||
<main>skin.css</main>
|
||||
<main>skin.css</main>
|
||||
<base>resource:/chrome/global/skin/default/</base>
|
||||
</RDF:Description>
|
||||
</skin>
|
||||
|
||||
|
|
|
@ -608,11 +608,16 @@ nsChromeRegistry::InitRegistry()
|
|||
|
||||
rv = remote->Init(innerURI);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
// We need to read this synchronously.
|
||||
rv = remote->Refresh(PR_TRUE);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
}
|
||||
|
||||
nsCOMPtr<nsIRDFRemoteDataSource> remote = do_QueryInterface(mInner);
|
||||
if (! remote)
|
||||
return NS_ERROR_UNEXPECTED;
|
||||
|
||||
// We need to read this synchronously.
|
||||
nsresult rv = remote->Refresh(PR_TRUE);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче