| Index: Source/modules/gamepad/GamepadButton.h
|
| diff --git a/Source/modules/gamepad/GamepadButton.h b/Source/modules/gamepad/GamepadButton.h
|
| index e4fd6a65ec156fbbef3c69cf849265e3fe65388a..ece740c06bfe616d23f32639af84f57982758ccf 100644
|
| --- a/Source/modules/gamepad/GamepadButton.h
|
| +++ b/Source/modules/gamepad/GamepadButton.h
|
| @@ -30,7 +30,7 @@ private:
|
| bool m_pressed;
|
| };
|
|
|
| -typedef HeapVector<Member<GamepadButton> > GamepadButtonVector;
|
| +typedef HeapVector<Member<GamepadButton>> GamepadButtonVector;
|
|
|
| } // namespace blink
|
|
|
|
|