зеркало из https://github.com/mozilla/gecko-dev.git
Bug 249996 Local store should return "rdf:local-store" as its URI r=pike sr=darin
This commit is contained in:
Родитель
49246195a3
Коммит
dbc312a8f5
|
@ -478,7 +478,7 @@ LocalStoreImpl::GetURI(char* *aURI)
|
|||
if (! aURI)
|
||||
return NS_ERROR_NULL_POINTER;
|
||||
|
||||
*aURI = nsCRT::strdup("rdf:localstore");
|
||||
*aURI = nsCRT::strdup("rdf:local-store");
|
||||
if (! *aURI)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче