| Index: Source/modules/gamepad/GamepadEvent.h
|
| diff --git a/Source/modules/gamepad/GamepadEvent.h b/Source/modules/gamepad/GamepadEvent.h
|
| index 0c966644ffc51183b08d2605e0361a41b7bfaf17..dcadc573369198169b8f77d2f0028bf28925b036 100644
|
| --- a/Source/modules/gamepad/GamepadEvent.h
|
| +++ b/Source/modules/gamepad/GamepadEvent.h
|
| @@ -43,7 +43,7 @@ private:
|
| GamepadEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Gamepad>);
|
| GamepadEvent(const AtomicString&, const GamepadEventInit&);
|
|
|
| - RefPtrWillBePersistent<Gamepad> m_gamepad;
|
| + RefPtrWillBeMember<Gamepad> m_gamepad;
|
| };
|
|
|
| } // namespace WebCore
|
|
|