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)

git-svn-id: svn://10.0.0.236/trunk@185198 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net
2005-11-23 14:16:33 +00:00
parent 184cba652a
commit cc40c89b83
13 changed files with 459 additions and 358 deletions

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;