File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ nsresult InitEmbedding(const char* aProfilePath)
279
279
rv = XRE_InitEmbedding2 (xuldir, appdir,
280
280
const_cast <MozEmbedDirectoryProvider*>(&kDirectoryProvider ));
281
281
if (NS_FAILED(rv)) {
282
- cerr << " XRE_InitEmbedding failed." << endl;
282
+ cerr << " XRE_InitEmbedding2 failed." << endl;
283
283
return 9 ;
284
284
}
285
285
Original file line number Diff line number Diff line change @@ -54,10 +54,6 @@ typedef PRUint32 nsresult;
54
54
* @param aProfilePath Optional argument to set the path where
55
55
* profile data is stored. The directory will be created if it
56
56
* doesn't exist.
57
- * @param aComps Optional argument to register static
58
- * components at startup.
59
- * @param aNumComps Optional argument to set number of
60
- * static components.
61
57
*/
62
58
nsresult InitEmbedding (const char * aProfilePath = 0 );
63
59
You can’t perform that action at this time.
0 commit comments