Bug 116194

Summary: RefCountedArray needs to use vector initialisers for its backing store
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: New BugsAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch barraclough: review+

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.