mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
fixing not-part-of-build bustage
This commit is contained in:
parent
554341e91b
commit
becb4c9036
@ -128,7 +128,7 @@ nsDownloadManager::Init()
|
||||
gRDFService->GetResource(NC_NAMESPACE_URI "StatusText", &gNC_StatusText);
|
||||
|
||||
nsCAutoString downloadsDB;
|
||||
rv = GetProfileDownloadsFileURL(getter_Copies(downloadsDB));
|
||||
rv = GetProfileDownloadsFileURL(downloadsDB);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
rv = gRDFService->GetDataSourceBlocking(downloadsDB.get(), getter_AddRefs(mDataSource));
|
||||
|
Loading…
x
Reference in New Issue
Block a user