mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 00:50:40 +00:00
Bug 1322080 (part 1, attempt 2) - Remove nsEventTargetSH::doCreate(). r=peterv.
--HG-- extra : rebase_source : a00c73e5940053b4a84f850f6f66bad6d285e2e0
This commit is contained in:
parent
a0e55b3515
commit
113f0166f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user