diff --git a/Source/WebCore/platform/gamepad/wpe/WPEGamepadProvider.cpp b/Source/WebCore/platform/gamepad/wpe/WPEGamepadProvider.cpp index 082ce60d1a932..1cb7f186219b7 100644 --- a/Source/WebCore/platform/gamepad/wpe/WPEGamepadProvider.cpp +++ b/Source/WebCore/platform/gamepad/wpe/WPEGamepadProvider.cpp @@ -38,7 +38,7 @@ namespace WebCore { static const Seconds connectionDelayInterval { 500_ms }; -static const Seconds inputNotificationDelay { 5_ms }; +static const Seconds inputNotificationDelay { 0_ms }; WPEGamepadProvider& WPEGamepadProvider::singleton() {