[webkit-reviews] review requested: [Bug 31206] Database can be the last to deref Document, resulting in ~Document on the Database thread. : [Attachment 42652] thunk to the main thread to deref Database's m_document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 6 07:42:39 PST 2009


Kevin Watters <kevinwatters at gmail.com> has asked  for review:
Bug 31206: Database can be the last to deref Document, resulting in ~Document
on the Database thread.
https://bugs.webkit.org/show_bug.cgi?id=31206

Attachment 42652: thunk to the main thread to deref Database's m_document
https://bugs.webkit.org/attachment.cgi?id=42652&action=review

------- Additional Comments from Kevin Watters <kevinwatters at gmail.com>
This patch uses callOnMainThread to deref the Document object on the main
thread.


More information about the webkit-reviews mailing list