[webkit-changes] [WebKit/WebKit] 514d97: Sync 'identifier' in Touch.idl with Web Specification
Ahmad Saleem
noreply at github.com
Fri Nov 10 09:13:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 514d977d7c92d059e9806cc84a32d413f376c594
https://github.com/WebKit/WebKit/commit/514d977d7c92d059e9806cc84a32d413f376c594
Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
Date: 2023-11-10 (Fri, 10 Nov 2023)
Changed paths:
M Source/WebCore/dom/Touch.cpp
M Source/WebCore/dom/Touch.h
M Source/WebCore/dom/Touch.idl
Log Message:
-----------
Sync 'identifier' in Touch.idl with Web Specification
https://bugs.webkit.org/show_bug.cgi?id=264533
Reviewed by Michael Catanzaro.
This patch is to align 'identifier' with Web-Specification [1] by changing to 'long' / 'int'.
[1] https://w3c.github.io/touch-events/#touch-interface
* Source/WebCore/dom/Touch.idl:
* Source/WebCore/dom/Touch.cpp:
(Touch::Touch):
(Touch::Touch):
* Source/WebCore/dom/Touch.h: All use cases in 'arguments' as well
(create):
Canonical link: https://commits.webkit.org/270540@main
More information about the webkit-changes
mailing list