Bug 61356

Summary: Enable FloatArray usage outside WebGL guards
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarrin, crogers, kbr, mrobinson, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 61355    
Attachments:
Description Flags
proposed patch kbr: review+

Description Philippe Normand 2011-05-24 04:06:45 PDT
FloatArray has no strong dependency on WebGL AFAIK. It is used in WebAudio too.
Comment 1 Philippe Normand 2011-05-24 04:11:20 PDT
Created attachment 94592 [details]
proposed patch
Comment 2 Philippe Normand 2011-05-24 10:44:22 PDT
Hi Chris, can you please look at this patch? Thanks!
Comment 3 Kenneth Russell 2011-05-24 11:12:51 PDT
Comment on attachment 94592 [details]
proposed patch

Agreed, now that the Typed Arrays are being unconditionally compiled in, these conditionals should be removed. r=me
Comment 4 Philippe Normand 2011-05-24 11:17:26 PDT
Committed r87173: <http://trac.webkit.org/changeset/87173>