Bug 1223672 - NSec package cannot use device storage API. r=kchen

--HG--
extra : rebase_source : ac72a20aaf2bef9d6f33e3701b533f31b880ce5d
This commit is contained in:
DimiL 2015-11-25 21:50:00 +01:00
Родитель 50390f9565
Коммит 247159320f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1584,7 +1584,7 @@ ContentParent::ForwardKnownInfo()
#ifdef MOZ_WIDGET_GONK
InfallibleTArray<VolumeInfo> volumeInfo;
RefPtr<nsVolumeService> vs = nsVolumeService::GetSingleton();
if (vs && !mIsForBrowser) {
if (vs) {
vs->GetVolumesForIPC(&volumeInfo);
Unused << SendVolumes(volumeInfo);
}