Bug 1322080 (part 1, attempt 2) - Remove nsEventTargetSH::doCreate(). r=peterv.

--HG--
extra : rebase_source : a00c73e5940053b4a84f850f6f66bad6d285e2e0
This commit is contained in:
Nicholas Nethercote 2016-12-02 16:37:31 +11:00
parent a0e55b3515
commit 113f0166f2

View File

@ -180,11 +180,6 @@ public:
bool *_retval) override;
virtual void PreserveWrapper(nsISupports *aNative) override;
static nsIClassInfo *doCreate(nsDOMClassInfoData* aData)
{
return new nsEventTargetSH(aData);
}
};
// A place to hang some static methods that we should really consider