Bug 120867 - Stop using fastNew/fastDelete in WebCore
Summary: Stop using fastNew/fastDelete in WebCore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-06 10:38 PDT by Anders Carlsson
Modified: 2013-09-06 11:21 PDT (History)
9 users (show)

See Also:


Attachments
Patch (7.83 KB, patch)
2013-09-06 10:43 PDT, Anders Carlsson
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-09-06 10:38:59 PDT
Stop using fastNew/fastDelete in WebCore
Comment 1 Anders Carlsson 2013-09-06 10:43:35 PDT
Created attachment 210770 [details]
Patch
Comment 2 Geoffrey Garen 2013-09-06 10:57:08 PDT
Comment on attachment 210770 [details]
Patch

r=me

I wonder if we should start using WTF::FixedArray in cases like this.
Comment 3 Anders Carlsson 2013-09-06 11:21:05 PDT
Committed r155198: <http://trac.webkit.org/changeset/155198>