Ignore:
Timestamp:
Jan 7, 2010, 2:19:38 AM (15 years ago)
Author:
[email protected]
Message:

2010-01-07 Zoltan Horvath <[email protected]>

Reviewed by Holger Freyther.

[Qt] Build fix when FAST_MALLOC_MATCH_VALIDATION=1
https://bugs.webkit.org/show_bug.cgi?id=33312

Remove pByte (committed in r42344 from #20422), because pByte doesn't
exist and it is unnecessary.

  • wtf/FastMalloc.cpp: (WTF::TCMallocStats::realloc):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/FastMalloc.cpp

    r52791 r52911  
    37963796  } else {
    37973797#if ENABLE(FAST_MALLOC_MATCH_VALIDATION)
    3798     old_ptr = pByte + sizeof(AllocAlignmentInteger); // Set old_ptr back to the user pointer.
     3798    old_ptr += sizeof(AllocAlignmentInteger); // Set old_ptr back to the user pointer.
    37993799#endif
    38003800    return old_ptr;
Note: See TracChangeset for help on using the changeset viewer.