Bug 99345 - Remove WTF::fastDeleteAllValues().
Summary: Remove WTF::fastDeleteAllValues().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-15 11:46 PDT by Andreas Kling
Modified: 2012-10-15 14:38 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.62 KB, patch)
2012-10-15 11:52 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2012-10-15 11:46:41 PDT
WTF::fastDeleteAllValues() has only one client, and it doesn't need to call fastDelete explicitly since the pointed-to class uses WTF_MAKE_FAST_ALLOCATED.
Comment 1 Andreas Kling 2012-10-15 11:52:30 PDT
Created attachment 168749 [details]
Patch
Comment 2 Eric Seidel (no email) 2012-10-15 12:43:10 PDT
Comment on attachment 168749 [details]
Patch

But how will I know that I'm deleting quickly!?
Comment 3 Eric Seidel (no email) 2012-10-15 12:43:44 PDT
(I assume you've already checked with all the sekret Apple projects using WTF that they don't need this either...)
Comment 4 WebKit Review Bot 2012-10-15 14:38:37 PDT
Comment on attachment 168749 [details]
Patch

Clearing flags on attachment: 168749

Committed r131362: <http://trac.webkit.org/changeset/131362>
Comment 5 WebKit Review Bot 2012-10-15 14:38:41 PDT
All reviewed patches have been landed.  Closing bug.