[Webkit-unassigned] [Bug 27488] SVG and XPath memory leaks in V8 bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 22 23:09:55 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27488





--- Comment #4 from Eric Seidel <eric at webkit.org>  2009-07-22 23:09:55 PDT ---
(From update of attachment 33155)
Also, I don't understand why V8 has its own copy of the PODTypeWrapper stuff. 
The wrappers have nothing to do with JavaScriptCore (or certainly don't need to
be tied to JSC).  They're the "impl" layer for types which SVG expects to be
ref-counted but that we internally store as POD types.  It seems that JSC and
v8 really really should share the PODTypeWrapper code. :(

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list