| Index: Source/core/events/NavigatorEvents.idl
|
| diff --git a/Source/core/events/NavigatorEvents.idl b/Source/core/events/NavigatorEvents.idl
|
| index ed3d2068fffa27fd555c74ad362e7f27138c8a24..433a9443aab10dc1df6e906cb4e0432ddf0c7a4b 100644
|
| --- a/Source/core/events/NavigatorEvents.idl
|
| +++ b/Source/core/events/NavigatorEvents.idl
|
| @@ -28,6 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// https://w3c.github.io/pointerevents/#extensions-to-the-navigator-interface
|
| +
|
| partial interface Navigator {
|
| readonly attribute long maxTouchPoints;
|
| };
|
|
|