[webkit-reviews] review granted: [Bug 21260] Unbounded memory growth when churning elements with anonymous event handler functions : [Attachment 29603] Next patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 19 00:30:33 PDT 2009


Alexey Proskuryakov <ap at webkit.org> has granted 's request for review:
Bug 21260: Unbounded memory growth when churning elements with anonymous event
handler functions
https://bugs.webkit.org/show_bug.cgi?id=21260

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

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
r=me

> -    return JSEventListener::create(asObject(val), this, isInline).get();
> +    return JSEventListener::create(asObject(val), this, false).get();

Hopefully, the confusing boolean arguments won't remain here forever.


More information about the webkit-reviews mailing list