[webkit-reviews] review requested: [Bug 103498] Regression(r135962): ASSERTION FAILED: !m_pedningSyncBackingStores.contains(layer) : [Attachment 176457] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 04:42:10 PST 2012


Christophe Dumez <christophe.dumez at intel.com> has asked  for review:
Bug 103498: Regression(r135962): ASSERTION FAILED:
!m_pedningSyncBackingStores.contains(layer)
https://bugs.webkit.org/show_bug.cgi?id=103498

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

------- Additional Comments from Christophe Dumez <christophe.dumez at intel.com>
New proposal based on Jocelyn's feedback.

I'm now checking the pending map explicitly which allows for some optimizations
in the case where we have both a pending creation AND a pending removal (in
which case we can simply cancel the pending operation and return early).


More information about the webkit-reviews mailing list