| Index: Source/core/dom/Touch.idl
|
| diff --git a/Source/core/dom/Touch.idl b/Source/core/dom/Touch.idl
|
| index 4966a1ac7511cec330a1557f8e0d1a82fab00f7b..198f1ff4ee63d251377fc41c64c02a8e57185797 100644
|
| --- a/Source/core/dom/Touch.idl
|
| +++ b/Source/core/dom/Touch.idl
|
| @@ -42,7 +42,7 @@
|
| // http://rawgit.com/w3c/touch-events/master/touchevents.html#touch-interface
|
| readonly attribute float radiusX;
|
| readonly attribute float radiusY;
|
| - // readonly attribute float rotationAngle;
|
| + readonly attribute float rotationAngle;
|
| readonly attribute float force;
|
|
|
| // Non-standard APIs
|
|
|