[Webkit-unassigned] [Bug 19274] wxWebKit compile error on linux x86_64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 28 06:04:52 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19274


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |mmacleod at webmail.co.za
                   |unassigned at lists.webkit.org |
             Status|ASSIGNED                    |NEW




------- Comment #2 from ap at webkit.org  2008-05-28 06:04 PDT -------
A better way to fix this would be by using PtrHash:

return PtrHash<wxFont*>::hash(&m_font);

This class appears broken in that it computes m_fontHash and never uses it
later, and also includes hash table machinery that should be in hash traits
instead, but fixing that is out of scope for a simple bug fix.

Please do not use tab characters in your patch.


-- 
Configure bugmail: http://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.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list