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

@@ -50,7 +50,6 @@ class CPOWProxyHandler : public BaseProxyHandler
public:
CPOWProxyHandler()
: BaseProxyHandler(&family) {}
virtual ~CPOWProxyHandler() {}
virtual bool finalizeInBackground(Value priv) const MOZ_OVERRIDE {
return false;