mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1035747 - Fix dangerous public destructors specific to FreeBSD. r=bjacob
This commit is contained in:
parent
2966ff570c
commit
46c7501bd7
@ -522,6 +522,8 @@ PrivateDistinguishedAmount(int64_t* aN)
|
||||
#ifdef HAVE_VSIZE_MAX_CONTIGUOUS_REPORTER
|
||||
class VsizeMaxContiguousReporter MOZ_FINAL : public nsIMemoryReporter
|
||||
{
|
||||
~VsizeMaxContiguousReporter() {}
|
||||
|
||||
public:
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
@ -543,6 +545,8 @@ NS_IMPL_ISUPPORTS(VsizeMaxContiguousReporter, nsIMemoryReporter)
|
||||
#ifdef HAVE_PRIVATE_REPORTER
|
||||
class PrivateReporter MOZ_FINAL : public nsIMemoryReporter
|
||||
{
|
||||
~PrivateReporter() {}
|
||||
|
||||
public:
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user