Bug 133849

Summary: Add double in JSValueTraits for array conversion.
Product: WebKit Reporter: Michal Debski <m.debski>
Component: BindingsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: changseok
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 133847, 133850    
Attachments:
Description Flags
Patch none

Description Michal Debski 2014-06-13 06:25:31 PDT
Conversion for double type was missing in JSValueTraits. double arrays could not be created. JSValueTraits<double> added. Double is required in latest HTML5 Gamepad API.
http://www.w3.org/TR/gamepad/
Comment 1 Michal Debski 2014-06-23 03:19:01 PDT
Created attachment 233590 [details]
Patch
Comment 2 ChangSeok Oh 2020-05-21 16:48:00 PDT
I think this issue has been addressed. The patch is no longer valid.