Fixed compiler warning
git-svn-id: svn://10.0.0.236/trunk@56710 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -193,7 +193,7 @@ FrameArena::AllocateFrame(size_t aSize, void** aResult)
|
||||
void* result = nsnull;
|
||||
|
||||
// Round size to multiple of 4
|
||||
PR_ROUNDUP(aSize, 4);
|
||||
aSize = PR_ROUNDUP(aSize, 4);
|
||||
|
||||
// Check recyclers first
|
||||
if (aSize < gMaxRecycledSize) {
|
||||
|
||||
@@ -193,7 +193,7 @@ FrameArena::AllocateFrame(size_t aSize, void** aResult)
|
||||
void* result = nsnull;
|
||||
|
||||
// Round size to multiple of 4
|
||||
PR_ROUNDUP(aSize, 4);
|
||||
aSize = PR_ROUNDUP(aSize, 4);
|
||||
|
||||
// Check recyclers first
|
||||
if (aSize < gMaxRecycledSize) {
|
||||
|
||||
Reference in New Issue
Block a user