Bug 1056941 - Fix dangerous destructors in Fennec code; r=blassey

This commit is contained in:
Jim Chen
2014-08-26 15:07:59 -04:00
parent 2fe5eb0c13
commit ba12eedda5
22 changed files with 72 additions and 19 deletions

View File

@@ -26,7 +26,7 @@ public:
nsresult Init();
private:
~nsAndroidSystemProxySettings() {};
virtual ~nsAndroidSystemProxySettings() {}
};
NS_IMPL_ISUPPORTS(nsAndroidSystemProxySettings, nsISystemProxySettings)