Bug 1133351: Part 1 - Make Windows IPC play nicely with COM STA marshaling; r=bsmedberg

This commit is contained in:
Aaron Klotz
2015-03-25 20:54:23 -07:00
parent 895dd664f0
commit e338c34523
6 changed files with 62 additions and 152 deletions

View File

@@ -42,7 +42,6 @@
#include "nsNPAPIPlugin.h"
#ifdef XP_WIN
#include "COMMessageFilter.h"
#include "nsWindowsDllInterceptor.h"
#include "mozilla/widget/AudioSession.h"
#endif
@@ -264,10 +263,6 @@ PluginModuleChild::InitForChrome(const std::string& aPluginFilename,
MessageLoop* aIOLoop,
IPC::Channel* aChannel)
{
#ifdef XP_WIN
COMMessageFilter::Initialize(this);
#endif
NS_ASSERTION(aChannel, "need a channel");
if (!InitGraphics())