| Index: Source/modules/gamepad/GamepadButton.h
|
| diff --git a/Source/modules/gamepad/GamepadButton.h b/Source/modules/gamepad/GamepadButton.h
|
| index ba45f95530bfce44f710bed230c2edd950d47649..e4fd6a65ec156fbbef3c69cf849265e3fe65388a 100644
|
| --- a/Source/modules/gamepad/GamepadButton.h
|
| +++ b/Source/modules/gamepad/GamepadButton.h
|
| @@ -11,7 +11,7 @@
|
|
|
| namespace blink {
|
|
|
| -class GamepadButton FINAL : public GarbageCollected<GamepadButton>, public ScriptWrappable {
|
| +class GamepadButton final : public GarbageCollected<GamepadButton>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static GamepadButton* create();
|
|
|