[Webkit-unassigned] [Bug 88344] Fix FastMalloc.cpp compile error for MSVC in 64-bit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 14 13:29:21 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88344
Ryosuke Niwa <rniwa at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #28 from Ryosuke Niwa <rniwa at webkit.org> 2012-06-14 13:29:20 PST ---
(In reply to comment #25)
> (In reply to comment #24)
> > (In reply to comment #23)
> > > That redefines WTF::TCMalloc_Central_FreeListPadded.
> >
> > But but you can use a slightly different name for the templated version.
>
> Doing this requires some reordering of the code, but it can be done. I'm uploading a patch that adds the specialized template and reorders class definitions so everything compiles correctly with the new typedef.
oh oops, okay, then let's just use the template directly. By the way, template argument should probably be size_t instead of int.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list