From e149fac3a4f4b35f51fba9e40593124175e7ae7f Mon Sep 17 00:00:00 2001 From: "sudu%netscape.com" Date: Mon, 21 Sep 1998 21:01:16 +0000 Subject: [PATCH] Added back a initializer which I missed in last merge git-svn-id: svn://10.0.0.236/trunk@10616 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/src/nsplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/modules/plugin/src/nsplugin.cpp b/mozilla/modules/plugin/src/nsplugin.cpp index 0f1b0b55666..30ca928c795 100644 --- a/mozilla/modules/plugin/src/nsplugin.cpp +++ b/mozilla/modules/plugin/src/nsplugin.cpp @@ -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); }