Bug 125475 - Replace use of WTF::FixedArray with std::array
Summary: Replace use of WTF::FixedArray with std::array
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: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-09 16:49 PST by Sam Weinig
Modified: 2013-12-09 17:25 PST (History)
3 users (show)

See Also:


Attachments
Patch (19.19 KB, patch)
2013-12-09 16:51 PST, Sam Weinig
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2013-12-09 16:49:58 PST
Replace use of WTF::FixedArray with std::array
Comment 1 Sam Weinig 2013-12-09 16:51:21 PST
Created attachment 218813 [details]
Patch
Comment 2 Sam Weinig 2013-12-09 17:25:02 PST
Committed r160344: <http://trac.webkit.org/changeset/160344>