[Webkit-unassigned] [Bug 219930] GamepadButton.prototype is missing 'touched' attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 6 16:00:56 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=219930

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #12 from Darin Adler <darin at apple.com> ---
Comment on attachment 417136
  --> https://bugs.webkit.org/attachment.cgi?id=417136
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=417136&action=review

> Source/WebCore/platform/gamepad/SharedGamepadValue.h:133
> +    /*
> +    template<class Decoder>
> +    static Optional<MonotonicTime> decode(Decoder& decoder)
> +    {
> +        Optional<double> time;
> +        decoder >> time;
> +        if (!time)
> +            return WTF::nullopt;
> +        return MonotonicTime::fromRawSeconds(*time);
> +    }
> +    */

Normally we don’t include commented-out code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210107/f99c9653/attachment.htm>


More information about the webkit-unassigned mailing list