зеркало из https://github.com/mozilla/gecko-dev.git
Bug 311735 - When --disable-libxul, build a little xul.dll with the embedding exports, r=darin (This xul.dll is not built in static builds because it wouldn't have access to the static module list anyway)
Original committer: bsmedberg%covad.net Original revision: 1.28 Original date: 2005/11/23 14:16:33
This commit is contained in:
Родитель
bf55032280
Коммит
ccce0b9b46
|
@ -83,7 +83,7 @@ InitEmbedding_Impl(JNIEnv* env, jobject aLibXULDirectory,
|
|||
}
|
||||
|
||||
// init libXUL
|
||||
rv = XRE_InitEmbedding(libXULDir, appDir, provider);
|
||||
rv = XRE_InitEmbedding(libXULDir, appDir, provider, nsnull, 0);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
return rv;
|
||||
|
|
Загрузка…
Ссылка в новой задаче