[webkit-reviews] review granted: [Bug 77198] <feImage> DOM mutation problems : [Attachment 124287] Patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 27 04:52:24 PST 2012


Antti Koivisto <koivisto at iki.fi> has granted Nikolas Zimmermann
<zimmermann at kde.org>'s request for review:
Bug 77198: <feImage> DOM mutation problems
https://bugs.webkit.org/show_bug.cgi?id=77198

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

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=124287&action=review


r=me

> Source/WebCore/svg/SVGFEImageElement.cpp:75
>      if (m_cachedImage) {
>	   m_cachedImage->removeClient(this);
>	   m_cachedImage = 0;
>      }

Use early return since you are here?


More information about the webkit-reviews mailing list