[Webkit-unassigned] [Bug 109065] [v8] move persistent::new and ::dispose into same class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 12:57:38 PST 2013


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





--- Comment #4 from Dan Carney <dcarney at google.com>  2013-02-06 12:59:45 PST ---
(In reply to comment #3)
> I don't really understand what problem this patch solves.  Is this just about making the code easier to understand?

i just want the Persistent::New and Persistent::Dispose in the same spot, and to ensure Persistent::Clear is called on the correct object.  Often, the wrong thing is cleared (the handle coming in on the weak callback and not the handle that created the weak callback).

-- 
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