| Index: Source/core/dom/Touch.idl
|
| diff --git a/Source/core/dom/Touch.idl b/Source/core/dom/Touch.idl
|
| index 72bc53c014f2faed07bcb375e446193bee3f61cf..afd513ffe2a4120939d64133f958ccb8da2c21e6 100644
|
| --- a/Source/core/dom/Touch.idl
|
| +++ b/Source/core/dom/Touch.idl
|
| @@ -23,7 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// http://rawgit.com/w3c/touch-events/v1-errata/touchevents.html#touch-interface
|
| +// https://w3c.github.io/touch-events/#touch-interface
|
|
|
| [
|
| WillBeGarbageCollected,
|
| @@ -36,9 +36,6 @@
|
| readonly attribute double clientY;
|
| readonly attribute double pageX;
|
| readonly attribute double pageY;
|
| -
|
| - // Touch Events Extensions
|
| - // http://rawgit.com/w3c/touch-events/master/touchevents.html#touch-interface
|
| readonly attribute float radiusX;
|
| readonly attribute float radiusY;
|
| readonly attribute float rotationAngle;
|
|
|