зеркало из https://github.com/mozilla/gecko-dev.git
Bug 388909 - disabled MOZ_RDF build broken after landing 384374. I accidentally reverted this change when I landed Bug 385065. Previous r+sr=cbiesinger
This commit is contained in:
Родитель
82680e3be3
Коммит
b53383de5b
|
@ -1000,12 +1000,12 @@ nsresult nsExternalHelperAppService::FillProtoInfoForSchemeFromDS(
|
|||
#endif
|
||||
}
|
||||
|
||||
#ifdef MOZ_RDF
|
||||
nsresult nsExternalHelperAppService::FillHandlerInfoForTypeFromDS(
|
||||
nsIRDFResource *aTypeNodeResource, const nsCAutoString &aType,
|
||||
nsIRDFService *rdf, const char *aTypeNodePrefix,
|
||||
nsIHandlerInfo * aHandlerInfo)
|
||||
{
|
||||
#ifdef MOZ_RDF
|
||||
|
||||
// we need a way to determine if this type resource is really in the graph
|
||||
// or not... Test that there's a #value arc from the type resource to the
|
||||
|
@ -1040,10 +1040,8 @@ nsresult nsExternalHelperAppService::FillHandlerInfoForTypeFromDS(
|
|||
}
|
||||
|
||||
return rv;
|
||||
#else
|
||||
return NS_ERROR_NOT_AVAILABLE;
|
||||
#endif /* MOZ_RDF */
|
||||
}
|
||||
#endif /* MOZ_RDF */
|
||||
|
||||
nsresult nsExternalHelperAppService::FillMIMEInfoForExtensionFromDS(
|
||||
const nsACString& aFileExtension, nsIMIMEInfo * aMIMEInfo)
|
||||
|
|
Загрузка…
Ссылка в новой задаче