| Index: Source/core/events/NavigatorEvents.idl
|
| diff --git a/Source/modules/donottrack/NavigatorDoNotTrack.idl b/Source/core/events/NavigatorEvents.idl
|
| similarity index 94%
|
| copy from Source/modules/donottrack/NavigatorDoNotTrack.idl
|
| copy to Source/core/events/NavigatorEvents.idl
|
| index f1626bff1296cf516442d030b7723b1a4a7c9716..fe899fc50b81eada68180e9b723de7561b26e4b9 100644
|
| --- a/Source/modules/donottrack/NavigatorDoNotTrack.idl
|
| +++ b/Source/core/events/NavigatorEvents.idl
|
| @@ -29,6 +29,6 @@
|
| */
|
|
|
| partial interface Navigator {
|
| - [TreatReturnedNullStringAs=Null] readonly attribute DOMString doNotTrack;
|
| -};
|
| -
|
| + [RuntimeEnabled=PointerEventsMaxTouchPoints]
|
| + readonly attribute long maxTouchPoints;
|
| +};
|
|
|