Backout of build bustage fix - missing ifdefs. CLOSED TREE

This commit is contained in:
Jim Mathies 2010-05-17 14:36:17 -05:00
parent 6f7244ea47
commit 8f6ebbb121

View File

@ -128,9 +128,7 @@ PluginModuleChild::Init(const std::string& aPluginFilename,
{
PLUGIN_LOG_DEBUG_METHOD;
#ifdef XP_WIN
COMMessageFilter::Initialize(this);
#endif
NS_ASSERTION(aChannel, "need a channel");