Bug 1038156 - Give GPUAdapterReporter a private destructor; r=bjacob

This commit is contained in:
Ehsan Akhgari 2014-07-15 16:41:50 -04:00
parent dc75936e5e
commit f1b188feb8

View File

@ -172,6 +172,8 @@ class GPUAdapterReporter : public nsIMemoryReporter
return result;
}
~GPUAdapterReporter() {}
public:
NS_DECL_ISUPPORTS