Bug 82919

Summary: Align IDL to Typed Array Specification
Product: WebKit Reporter: Seo Sanghyeon <sh4.seo>
Component: WebCore JavaScriptAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 81128    
Attachments:
Description Flags
Patch none

Description Seo Sanghyeon 2012-04-02 11:48:41 PDT
"unsigned int" is an invalid WebIDL Type and is not used in http://www.khronos.org/registry/typedarray/specs/latest/
Comment 1 Seo Sanghyeon 2012-04-02 11:52:14 PDT
Created attachment 135143 [details]
Patch
Comment 2 Darin Adler 2012-04-02 12:51:40 PDT
Comment on attachment 135143 [details]
Patch

This change is fine. I don’t think that “int” is even legal in IDL; not sure why we support it. And long means 32-bit.
Comment 3 WebKit Review Bot 2012-04-02 13:46:26 PDT
Comment on attachment 135143 [details]
Patch

Clearing flags on attachment: 135143

Committed r112933: <http://trac.webkit.org/changeset/112933>
Comment 4 WebKit Review Bot 2012-04-02 13:46:31 PDT
All reviewed patches have been landed.  Closing bug.