зеркало из https://github.com/mozilla/gecko-dev.git
Followup on bug 223084, fix bustage of static builds. Pass a null nsIFile* to the static component loader during autoregistration.
This commit is contained in:
Родитель
f9f591a28f
Коммит
5346dbdacf
|
@ -3198,7 +3198,7 @@ nsComponentManagerImpl::AutoRegisterImpl(PRInt32 when,
|
|||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
#ifdef ENABLE_STATIC_COMPONENT_LOADER
|
||||
rv = mStaticComponentLoader->AutoRegisterComponents((PRInt32)when, dir);
|
||||
rv = mStaticComponentLoader->AutoRegisterComponents((PRInt32)when, inDirSpec);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче