[webkit-reviews] review granted: [Bug 118613] [CoordinatedGraphics] Crash at CoordinatedGraphicsScene::updateImageBacking : [Attachment 206669] Proposed fix.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 15 09:53:58 PDT 2013
Noam Rosenthal <noam at webkit.org> has granted Luciano Wolf
<luciano.wolf at openbossa.org>'s request for review:
Bug 118613: [CoordinatedGraphics] Crash at
CoordinatedGraphicsScene::updateImageBacking
https://bugs.webkit.org/show_bug.cgi?id=118613
Attachment 206669: Proposed fix.
https://bugs.webkit.org/attachment.cgi?id=206669&action=review
------- Additional Comments from Noam Rosenthal <noam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=206669&action=review
> Source/WebCore/ChangeLog:9
> + operation - solves the issue.
> +
You should mention why :)
It works because when an image is replaced the old one is deleted before the
new one is created, and IDs are not unique in cairo (they're based on the image
pointer)
More information about the webkit-reviews
mailing list