[webkit-reviews] review granted: [Bug 29314] Elements appear behind <video> when they should be in front sometimes : [Attachment 39677] Simpler patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 17 09:28:25 PDT 2009


mitz at webkit.org has granted Simon Fraser (smfr) <simon.fraser at apple.com>'s
request for review:
Bug 29314: Elements appear behind <video> when they should be in front
sometimes
https://bugs.webkit.org/show_bug.cgi?id=29314

Attachment 39677: Simpler patch
https://bugs.webkit.org/attachment.cgi?id=39677&action=review

------- Additional Comments from mitz at webkit.org
> +    if (overlapMap && overlapMap->size()) {

This is better expressed as !overlapMap.isEmpty()


More information about the webkit-reviews mailing list