Bug 116194 - RefCountedArray needs to use vector initialisers for its backing store
Summary: RefCountedArray needs to use vector initialisers for its backing store
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: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-15 17:18 PDT by Oliver Hunt
Modified: 2013-05-15 20:29 PDT (History)
4 users (show)

See Also:


Attachments
Patch (9.61 KB, patch)
2013-05-15 17:21 PDT, Oliver Hunt
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2013-05-15 17:18:33 PDT
RefCountedArray needs to use vector initialisers for its backing store
Comment 1 Oliver Hunt 2013-05-15 17:21:31 PDT
Created attachment 201900 [details]
Patch
Comment 2 Oliver Hunt 2013-05-15 17:28:49 PDT
Committed r150160: <http://trac.webkit.org/changeset/150160>
Comment 3 Ryosuke Niwa 2013-05-15 20:15:28 PDT
This patch appears to have caused a Windows build failure:
http://build.webkit.org/builders/Apple%20Win%20Release%20%28Build%29/builds/48685/steps/compile-webkit/logs/stdio
Comment 4 Ryosuke Niwa 2013-05-15 20:15:56 PDT
Build fix attempt landed in http://trac.webkit.org/changeset/150171.
Comment 5 Oliver Hunt 2013-05-15 20:21:48 PDT
(In reply to comment #4)
> Build fix attempt landed in http://trac.webkit.org/changeset/150171.

Thanks!
Comment 6 Ryosuke Niwa 2013-05-15 20:29:02 PDT
(In reply to comment #4)
> Build fix attempt landed in http://trac.webkit.org/changeset/150171.

This wasn't quite right. Fixed for real in http://trac.webkit.org/changeset/150172.