Bug 1017862 - Remove virtual destructor from BaseProxyHandler. (r=jorendorff)

This commit is contained in:
Eric Faust
2014-08-28 13:30:56 -07:00
parent f918a14eec
commit 98caef77fd
13 changed files with 0 additions and 56 deletions

View File

@@ -71,11 +71,6 @@ AddonWrapper<Base>::AddonWrapper(unsigned flags) : Base(flags)
{
}
template<typename Base>
AddonWrapper<Base>::~AddonWrapper()
{
}
template<typename Base>
bool
AddonWrapper<Base>::getPropertyDescriptor(JSContext *cx, HandleObject wrapper,