[webkit-reviews] review granted: [Bug 15955] WebCore should use threading abstraction : [Attachment 17207] Reimplements IconDatabase and SQLiteDatabase in terms of threading API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 10:08:55 PST 2007


Brady Eidson <beidson at apple.com> has granted Justin Haygood
<jhaygood at reaktix.com>'s request for review:
Bug 15955: WebCore should use threading abstraction
http://bugs.webkit.org/show_bug.cgi?id=15955

Attachment 17207: Reimplements IconDatabase and SQLiteDatabase in terms of
threading API
http://bugs.webkit.org/attachment.cgi?id=17207&action=edit

------- Additional Comments from Brady Eidson <beidson at apple.com>
Yay!  

There *is* still one style issue left -
if(!m_syncThread)
should be
if (!m_syncThread)

Otherwise looks great


More information about the webkit-reviews mailing list