[Webkit-unassigned] [Bug 21525] 55 StructureID leaks on Wikitravel's main page
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 11 01:18:33 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21525
cwzwarich at uwaterloo.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|webkit- |cwzwarich at uwaterloo.ca
|unassigned at lists.webkit.org |
Status|NEW |ASSIGNED
------- Comment #3 from cwzwarich at uwaterloo.ca 2008-10-11 01:18 PDT -------
Created an attachment (id=24291)
--> (https://bugs.webkit.org/attachment.cgi?id=24291&action=view)
Somewhat evil fix
This fixes the bug, as well as all other StructureID leaks I could find. It is
a bit evil, because it is a default argument on a virtual method, and
subclasses won't pass it back down to the base class implementation in
JSObject. I will probably add an extra default bool argument to make sure
people deal with it.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list