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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user