mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Added back a initializer which I missed in last merge
This commit is contained in:
parent
d16a068721
commit
a37647efca
@ -105,7 +105,7 @@ nsresult fromNPError[] = {
|
||||
nsPluginManager* thePluginManager = NULL;
|
||||
|
||||
nsPluginManager::nsPluginManager(nsISupports* outer)
|
||||
: fJVMMgr(NULL), fMalloc(NULL), fAllocatedMenuIDs(NULL), fCapsManager(NULL), fLiveconnect(NULL)
|
||||
: fJVMMgr(NULL), fMalloc(NULL), fFileUtils(NULL), fAllocatedMenuIDs(NULL), fCapsManager(NULL), fLiveconnect(NULL)
|
||||
{
|
||||
NS_INIT_AGGREGATED(outer);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user