mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Changes for qnx/photon platform only.
Fixed a few compiling error after syncronizing with the head branch.
This commit is contained in:
parent
c89a7d6ce9
commit
f49ac0461f
@ -36,12 +36,12 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "prmon.h"
|
||||
#include "plhash.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsAppShell.h"
|
||||
#include "nsIAppShell.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIEventQueueService.h"
|
||||
#include "nsICmdLineService.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -82,7 +82,7 @@ nsFilePicker::nsFilePicker()
|
||||
cond &&
|
||||
NS_SUCCEEDED(displayDirectory->IsDirectory(&cond)) &&
|
||||
cond)
|
||||
mDisplayDirectory = displayDirectory
|
||||
mDisplayDirectory = displayDirectory;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user