Bug 112209

Summary: Fix Gamepad::axes and Gamepad::buttons to avoid calling std::copy(..., ..., 0)
Product: WebKit Reporter: James Robinson <jamesr>
Component: New BugsAssignee: James Robinson <jamesr>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description James Robinson 2013-03-12 16:55:06 PDT
Fix Gamepad::axes and Gamepad::buttons to avoid calling std::copy(..., ..., 0)
Comment 1 James Robinson 2013-03-12 16:56:24 PDT
Created attachment 192833 [details]
Patch
Comment 2 James Robinson 2013-03-12 16:57:11 PDT

*** This bug has been marked as a duplicate of bug 89510 ***