| Index: Source/modules/gamepad/GamepadButton.cpp
 | 
| diff --git a/Source/modules/gamepad/GamepadButton.cpp b/Source/modules/gamepad/GamepadButton.cpp
 | 
| index 62b17039fc4b842157185f6fa176bf7c5ee2f975..4de0c0ee611f099ccd9400e076e214e6aec008ff 100644
 | 
| --- a/Source/modules/gamepad/GamepadButton.cpp
 | 
| +++ b/Source/modules/gamepad/GamepadButton.cpp
 | 
| @@ -19,12 +19,4 @@ GamepadButton::GamepadButton()
 | 
|      ScriptWrappable::init(this);
 | 
|  }
 | 
|  
 | 
| -GamepadButton::~GamepadButton()
 | 
| -{
 | 
| -}
 | 
| -
 | 
| -void GamepadButton::trace(Visitor* visitor)
 | 
| -{
 | 
| -}
 | 
| -
 | 
| -} // namespace blink
 | 
| +} // namespace WebCore
 | 
| 
 |