[webkit-reviews] review granted: [Bug 102553] [v8] Minimal fix for MutationObserver memory leak : [Attachment 174748] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 16 13:31:36 PST 2012


Adam Barth <abarth at webkit.org> has granted  review:
Bug 102553: [v8] Minimal fix for MutationObserver memory leak
https://bugs.webkit.org/show_bug.cgi?id=102553

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

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


> Source/WebCore/bindings/v8/V8MutationCallback.cpp:85
> +    if (!observerHandle->IsObject())
> +	   return true;

Can this case actually occur?


More information about the webkit-reviews mailing list