| Index: third_party/WebKit/Source/core/events/NavigatorEvents.idl
|
| diff --git a/third_party/WebKit/Source/core/events/NavigatorEvents.idl b/third_party/WebKit/Source/core/events/NavigatorEvents.idl
|
| index da729c9afecb925152bdc2202513756c7fac5607..433a9443aab10dc1df6e906cb4e0432ddf0c7a4b 100644
|
| --- a/third_party/WebKit/Source/core/events/NavigatorEvents.idl
|
| +++ b/third_party/WebKit/Source/core/events/NavigatorEvents.idl
|
| @@ -32,10 +32,4 @@
|
|
|
| partial interface Navigator {
|
| readonly attribute long maxTouchPoints;
|
| -
|
| - // TODO(mustaq): This is a non-standard attribute, added behind the
|
| - // PointerEvent flag only to estimate potential risks. This returns |false|
|
| - // even though PointerEvent support is there. The attribute will be removed
|
| - // once we have the UseCounter data. See crbug.com/631897.
|
| - [RuntimeEnabled=PointerEvent,DeprecateAs=NavigatorPointerEnabled,NotEnumerable] readonly attribute boolean pointerEnabled;
|
| };
|
|
|