Bug 44649 - Source data passed to TypedArray creators should be const
Summary: Source data passed to TypedArray creators should be const
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Normal
Assignee: Kenneth Russell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-25 16:55 PDT by Kenneth Russell
Modified: 2010-08-25 18:00 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.52 KB, patch)
2010-08-25 17:09 PDT, Kenneth Russell
simon.fraser: review+
kbr: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2010-08-25 16:55:03 PDT
In the TypedArray creators taking source data (Float32Array::create(float*, unsigned), etc.), the source data should be const.
Comment 1 Kenneth Russell 2010-08-25 17:09:50 PDT
Created attachment 65502 [details]
Patch
Comment 2 Kenneth Russell 2010-08-25 18:00:45 PDT
Committed r66066: <http://trac.webkit.org/changeset/66066>