Back out bcf9ce858829 and a3bade82ac92 (bug 711799) for build failures

This commit is contained in:
Matt Brubeck
2011-12-19 10:43:08 -08:00
parent 02ff662ff7
commit 1e157aab17
15 changed files with 37 additions and 105 deletions

View File

@@ -39,7 +39,6 @@
#ifndef mozilla_GenericModule_h
#define mozilla_GenericModule_h
#include "mozilla/Attributes.h"
#include "mozilla/Module.h"
#define NS_GENERIC_FACTORY_CONSTRUCTOR(_InstanceClass) \
@@ -135,7 +134,7 @@ _InstanceClass##Constructor(nsISupports *aOuter, REFNSIID aIID, \
namespace mozilla {
class GenericModule MOZ_FINAL : public nsIModule
class GenericModule : public nsIModule
{
public:
GenericModule(const mozilla::Module* aData)