зеркало из https://github.com/mozilla/pjs.git
Renaming IsContainedIn to contains()
This commit is contained in:
Родитель
8b004ab19f
Коммит
0a17991d5e
|
@ -1340,7 +1340,7 @@ nsComponentManagerImpl::RegistryLocationForSpec(nsIFile *aSpec,
|
|||
return NS_ERROR_NOT_INITIALIZED;
|
||||
|
||||
PRBool containedIn;
|
||||
mComponentsDir->IsContainedIn(aSpec, PR_TRUE, &containedIn); // dougt FIX!
|
||||
mComponentsDir->Contains(aSpec, PR_TRUE, &containedIn);
|
||||
|
||||
char *persistentDescriptor;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче