[webkit-reviews] review granted: [Bug 101525] [V8] Don't leak <img> elements in content scripts : [Attachment 172897] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 7 17:24:26 PST 2012
Ojan Vafai <ojan at chromium.org> has granted Adam Barth <abarth at webkit.org>'s
request for review:
Bug 101525: [V8] Don't leak <img> elements in content scripts
https://bugs.webkit.org/show_bug.cgi?id=101525
Attachment 172897: Patch
https://bugs.webkit.org/attachment.cgi?id=172897&action=review
------- Additional Comments from Ojan Vafai <ojan at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=172897&action=review
> Source/WebCore/bindings/v8/DOMDataStore.cpp:81
> + ASSERT(object = static_cast<Node*>(toNative(wrapper)));
Nit: move this above line 79 since it doesn't actually use info?
More information about the webkit-reviews
mailing list