Make DEBUG_TRACEMALLOC_PRESARENA compile again by spelling PRUint32 correctly.

This commit is contained in:
L. David Baron
2009-11-12 17:40:05 -08:00
parent 6625b34e99
commit fe0a1997d1

View File

@@ -203,7 +203,7 @@ struct nsPresArena::State {
struct nsPresArena::State
{
void* Allocate(PRUnit32 /* unused */, size_t aSize)
void* Allocate(PRUint32 /* unused */, size_t aSize)
{
return PR_Malloc(aSize);
}