| Index: Source/core/events/NavigatorEvents.idl
|
| diff --git a/Source/core/events/NavigatorEvents.idl b/Source/core/events/NavigatorEvents.idl
|
| index fe899fc50b81eada68180e9b723de7561b26e4b9..2b8396185f76b70c23045c4d6e66fbcf1d68cd86 100644
|
| --- a/Source/core/events/NavigatorEvents.idl
|
| +++ b/Source/core/events/NavigatorEvents.idl
|
| @@ -29,6 +29,5 @@
|
| */
|
|
|
| partial interface Navigator {
|
| - [RuntimeEnabled=PointerEventsMaxTouchPoints]
|
| - readonly attribute long maxTouchPoints;
|
| -};
|
| + [RuntimeEnabled=PointerEventsMaxTouchPoints] readonly attribute long maxTouchPoints;
|
| +};
|
|
|