зеркало из https://github.com/mozilla/gecko-dev.git
having evicted default.js from components/, we reclaim our *.js birthright
This commit is contained in:
Родитель
853ad0e68d
Коммит
826cb30406
|
@ -387,7 +387,7 @@ mozJSComponentLoader::AutoRegisterComponent(PRInt32 when,
|
|||
if (!registered)
|
||||
return NS_ERROR_NULL_POINTER;
|
||||
|
||||
const char jsExtension[] = ".cjs";
|
||||
const char jsExtension[] = ".js";
|
||||
int jsExtensionLen = 4;
|
||||
char *nativePath = nsnull, *leafName = nsnull, *registryLocation = nsnull;
|
||||
nsIModule *module;
|
||||
|
|
Загрузка…
Ссылка в новой задаче