[Webkit-unassigned] [Bug 20422] Patch to allow custom memory allocation control
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 6 11:48:42 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=20422
Horvath.Zoltan.6 at stud.u-szeged.hu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #29285| |review?
Flag| |
------- Comment #59 from Horvath.Zoltan.6 at stud.u-szeged.hu 2009-04-06 11:48 PDT -------
Created an attachment (id=29285)
--> (https://bugs.webkit.org/attachment.cgi?id=29285&action=view)
Same patch as before, updated
> * The change in WebCore/ForwardingHeaders/wtf/TypeTraits.h looks wrong and
> seems like it should not be done (along with the corresponding ChangeLog).
Done.
> * The // -*- mode: c++; c-basic-offset: 4 -*- at the top of
> JavaScriptCore/wtf/FastAllocBase.h isn't typical style.
Done.
Three other smart correction in FastAllocBase.h:
- in line 291: "WTF::has_trivial_constructor" replaced to
"WTF::HasTrivialConstructor" and
"WTF::has_trivial_destructor" replaced to "WTF::HasTrivialDestructor"
- in line 347: "WTF::has_trivial_destructor" replaced to
"WTF::HasTrivialDestructor"
- in line 396: "WTF::has_trivial_destructor" replaced to
"WTF::HasTrivialDestructor"
Others are unchanged.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list