зеркало из https://github.com/mozilla/gecko-dev.git
Only answer GetTarget() queries if its a file URL (ignore file root node)
This commit is contained in:
Родитель
24d90e1d5d
Коммит
5999ae50bf
|
@ -274,7 +274,7 @@ FileSystemDataSource::GetTarget(nsIRDFResource *source,
|
|||
if (! tv)
|
||||
return rv;
|
||||
|
||||
if (peq(source, kNC_FileSystemRoot) || isFileURI(source))
|
||||
if (isFileURI(source))
|
||||
{
|
||||
nsVoidArray *array = nsnull;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче