[webkit-reviews] review granted: [Bug 55031] Database: Data race: should only touch the transaction queue inside the lock. : [Attachment 83468] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 23 15:08:26 PST 2011


Adam Barth <abarth at webkit.org> has granted Chris Evans <cevans at google.com>'s
request for review:
Bug 55031: Database: Data race: should only touch the transaction queue inside
the lock.
https://bugs.webkit.org/show_bug.cgi?id=55031

Attachment 83468: Patch
https://bugs.webkit.org/attachment.cgi?id=83468&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=83468&action=review

> Source/WebCore/storage/Database.cpp:264
> +    m_transactionQueue.append(transaction);

presumably transaction.release()

> Source/WebCore/storage/Database.cpp:285
> +    m_transactionQueue.append(transaction);

ditto


More information about the webkit-reviews mailing list