Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1339)

Unified Diff: Source/modules/gamepad/GamepadButton.cpp

Issue 367113005: Remove destructors from ScriptWrappable objects in modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/gamepad/GamepadButton.h ('k') | Source/modules/gamepad/GamepadList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/modules/gamepad/GamepadButton.h ('k') | Source/modules/gamepad/GamepadList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698