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:
pedemont%us.ibm.com 2006-09-27 15:17:59 +00:00
parent bf55032280
commit ccce0b9b46

View File

@ -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;