Bug 112209 - Fix Gamepad::axes and Gamepad::buttons to avoid calling std::copy(..., ..., 0)
Summary: Fix Gamepad::axes and Gamepad::buttons to avoid calling std::copy(..., ..., 0)
Status: RESOLVED DUPLICATE of bug 89510
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: James Robinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-12 16:55 PDT by James Robinson
Modified: 2013-03-12 16:57 PDT (History)
0 users

See Also:


Attachments
Patch (3.44 KB, patch)
2013-03-12 16:56 PDT, James Robinson
no flags Details | Formatted Diff | Diff

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