Bug 99345

Summary: Remove WTF::fastDeleteAllValues().
Product: WebKit Reporter: Andreas Kling <kling>
Component: Web Template FrameworkAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.