From fcde59601b6bba0115f32d8022c191085045d3b5 Mon Sep 17 00:00:00 2001 From: "michaelp%netscape.com" Date: Sat, 1 Aug 1998 05:47:34 +0000 Subject: [PATCH] turned on plugins. git-svn-id: svn://10.0.0.236/trunk@7017 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsWebShell.cpp | 2 +- mozilla/webshell/src/nsWebShell.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/docshell/base/nsWebShell.cpp b/mozilla/docshell/base/nsWebShell.cpp index b09e5c4736a..6e90298c514 100644 --- a/mozilla/docshell/base/nsWebShell.cpp +++ b/mozilla/docshell/base/nsWebShell.cpp @@ -402,7 +402,7 @@ nsWebShell::Init(nsNativeWidget aNativeParent, //XXX make sure plugins have started up. this really needs to //be associated with the nsIContentViewerContainer interfaces, //not the nsIWebShell interfaces. this is a hack. MMP -// CreatePluginHost(); + CreatePluginHost(); mScrollPref = aScrolling; diff --git a/mozilla/webshell/src/nsWebShell.cpp b/mozilla/webshell/src/nsWebShell.cpp index b09e5c4736a..6e90298c514 100644 --- a/mozilla/webshell/src/nsWebShell.cpp +++ b/mozilla/webshell/src/nsWebShell.cpp @@ -402,7 +402,7 @@ nsWebShell::Init(nsNativeWidget aNativeParent, //XXX make sure plugins have started up. this really needs to //be associated with the nsIContentViewerContainer interfaces, //not the nsIWebShell interfaces. this is a hack. MMP -// CreatePluginHost(); + CreatePluginHost(); mScrollPref = aScrolling;