Fix camino build bustage. Short answer is "just don't do that", I think.
This commit is contained in:
Родитель
73508cdced
Коммит
116d509680
|
@ -3126,6 +3126,13 @@ nsChromeRegistry::AllowScriptsForPackage(nsIURI* aChromeURI, PRBool *aResult)
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsChromeRegistry::AllowContentToAccess(nsIURI*, PRBool *aResult)
|
||||
{
|
||||
*aResult = PR_FALSE;
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsChromeRegistry::CheckForNewChrome()
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче