зеркало из https://github.com/mozilla/gecko-dev.git
Make loadResources() work again. [b=37837]
This commit is contained in:
Родитель
888386bb52
Коммит
f2dc146184
|
@ -1233,7 +1233,7 @@ nsInstall::LoadResources(JSContext* cx, const nsString& aBaseName, jsval* aRetur
|
|||
#if 1
|
||||
{
|
||||
char* spec = nsnull;
|
||||
ret = url->GetSpec(&spec);
|
||||
ret = resFileURL->GetSpec(&spec);
|
||||
if (NS_FAILED(ret)) {
|
||||
printf("cannot get url spec\n");
|
||||
nsServiceManager::ReleaseService(kStringBundleServiceCID, service);
|
||||
|
|
Загрузка…
Ссылка в новой задаче