| Index: Source/core/events/NavigatorEvents.idl
|
| diff --git a/Source/core/events/NavigatorEvents.idl b/Source/core/events/NavigatorEvents.idl
|
| index ed3d2068fffa27fd555c74ad362e7f27138c8a24..916469a5796cf9e5a2313dc09d154928ab813a02 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://dvcs.w3.org/hg/pointerevents/raw-file/tip/pointerEvents.html#extensions-to-the-navigator-interface
|
| +
|
| partial interface Navigator {
|
| readonly attribute long maxTouchPoints;
|
| };
|
|
|