Bug 61356 - Enable FloatArray usage outside WebGL guards
Summary: Enable FloatArray usage outside WebGL guards
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 61355
  Show dependency treegraph
 
Reported: 2011-05-24 04:06 PDT by Philippe Normand
Modified: 2011-05-24 11:17 PDT (History)
5 users (show)

See Also:


Attachments
proposed patch (5.83 KB, patch)
2011-05-24 04:11 PDT, Philippe Normand
kbr: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>