mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 02:09:28 +00:00
I broke -f, which would mean I broke bloaty, except I fixed it.
a=alecf who is the sheriff
This commit is contained in:
parent
715edae005
commit
ff10232470
@ -468,7 +468,11 @@ static nsresult Ensure1Window( nsICmdLineService* cmdLineArgs)
|
||||
if (tempString)
|
||||
PR_sscanf(tempString, "%d", &height);
|
||||
|
||||
#if 0
|
||||
rv = OpenBrowserWindow(height, width);
|
||||
#else
|
||||
rv = OpenChromURL("chrome://navigator/content/", height, width );
|
||||
#endif
|
||||
}
|
||||
}
|
||||
return rv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user