| Index: third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp
|
| diff --git a/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp b/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp
|
| index 5283fd87c1623bf4baa3c62728a5a2c12b232379..9705cfb8eca4ab6fe42d9a75ca74458de0b6a6b8 100644
|
| --- a/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp
|
| +++ b/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp
|
| @@ -130,8 +130,7 @@ void NavigatorGamepad::didUpdateData() {
|
| if (!m_hasEventListener)
|
| return;
|
|
|
| - if (document->activeDOMObjectsAreStopped() ||
|
| - document->activeDOMObjectsAreSuspended())
|
| + if (document->activeDOMObjectsAreSuspended())
|
| return;
|
|
|
| const GamepadDispatcher::ConnectionChange& change =
|
|
|