mirror of
https://github.com/roytam1/palemoon26.git
synced 2026-05-26 13:58:38 +00:00
cherry-picked upstream change - Bug 798914 - Consolidate MallocSizeOf typedefs
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <algorithm>
|
||||
|
||||
/* This must occur *after* base/basictypes.h to avoid typedefs conflicts. */
|
||||
#include "mozilla/MemoryReporting.h"
|
||||
#include "mozilla/Util.h"
|
||||
|
||||
// Local Includes
|
||||
@@ -11385,7 +11386,7 @@ nsGlobalWindow::HasIndexedDBSupport()
|
||||
static size_t
|
||||
SizeOfEventTargetObjectsEntryExcludingThisFun(
|
||||
nsPtrHashKey<nsDOMEventTargetHelper> *aEntry,
|
||||
nsMallocSizeOfFun aMallocSizeOf,
|
||||
MallocSizeOf aMallocSizeOf,
|
||||
void *arg)
|
||||
{
|
||||
nsISupports *supports = aEntry->GetKey();
|
||||
|
||||
Reference in New Issue
Block a user