| Index: Source/core/frame/EventHandlerRegistry.h
|
| diff --git a/Source/core/frame/EventHandlerRegistry.h b/Source/core/frame/EventHandlerRegistry.h
|
| index ae4f5c7c165f490a7f56a9e68a8dad81a158845d..9dd3cd4001c273e34aaf96caa6e2f95d8a3c4ac4 100644
|
| --- a/Source/core/frame/EventHandlerRegistry.h
|
| +++ b/Source/core/frame/EventHandlerRegistry.h
|
| @@ -30,6 +30,7 @@ public:
|
| ScrollEvent,
|
| WheelEvent,
|
| TouchEvent,
|
| + PointerEvent,
|
| #if ENABLE(ASSERT)
|
| // Additional event categories for verifying handler tracking logic.
|
| EventsForTesting,
|
|
|