[Webkit-unassigned] [Bug 31473] Allow custom memory allocation control for 10 classes of the platform directory in WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 13 08:53:09 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31473


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #43156|review?                     |review-
               Flag|                            |




--- Comment #3 from Darin Adler <darin at apple.com>  2009-11-13 08:53:09 PST ---
(From update of attachment 43156)
> -    class ContextMenuItem {
> +    class ContextMenuItem : public FastAllocBase {

Should be Noncopyable instead.

> -    class PlatformKeyboardEvent {
> +    class PlatformKeyboardEvent : public FastAllocBase {

I think this should be Noncopyable instead. Needs testing to be sure.

review- because we'd like keep direct FastAllocBase use to a minimum and use
Noncopyable whenever appropriate.

-- 
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