Bug 130109 - Remove HandleSet::m_nextToFinalize
Summary: Remove HandleSet::m_nextToFinalize
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-11 19:21 PDT by Mark Hahnenberg
Modified: 2014-03-12 11:31 PDT (History)
0 users

See Also:


Attachments
Patch (2.84 KB, patch)
2014-03-11 19:23 PDT, Mark Hahnenberg
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2014-03-11 19:21:46 PDT
This is a remnant of when HandleSet contained things that needed to be finalized. WeakSet handles all of this now.
Comment 1 Mark Hahnenberg 2014-03-11 19:22:23 PDT
(In reply to comment #0)
> WeakSet handles all of this now.

No pun intended :-)
Comment 2 Mark Hahnenberg 2014-03-11 19:23:48 PDT
Created attachment 226466 [details]
Patch
Comment 3 Mark Lam 2014-03-11 19:42:28 PDT
Comment on attachment 226466 [details]
Patch

r=me
Comment 4 Mark Hahnenberg 2014-03-12 11:29:35 PDT
Committed r165490: <http://trac.webkit.org/changeset/165490>
Comment 5 Mark Hahnenberg 2014-03-12 11:31:09 PDT
Comment on attachment 226466 [details]
Patch

Clearing review flag.