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

Unified Diff: Source/modules/gamepad/WebKitGamepadList.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/WebKitGamepadList.h ('k') | Source/modules/geolocation/Coordinates.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/gamepad/WebKitGamepadList.cpp
diff --git a/Source/modules/gamepad/WebKitGamepadList.cpp b/Source/modules/gamepad/WebKitGamepadList.cpp
index fc969c7f6a1a937038fa17f05af5d318630139f7..7d2ccde2507af3a521c9cc6a04a02c74639d979b 100644
--- a/Source/modules/gamepad/WebKitGamepadList.cpp
+++ b/Source/modules/gamepad/WebKitGamepadList.cpp
@@ -12,10 +12,6 @@ WebKitGamepadList::WebKitGamepadList()
ScriptWrappable::init(this);
}
-WebKitGamepadList::~WebKitGamepadList()
-{
-}
-
void WebKitGamepadList::set(unsigned index, WebKitGamepad* gamepad)
{
if (index >= blink::WebGamepads::itemsLengthCap)
« no previous file with comments | « Source/modules/gamepad/WebKitGamepadList.h ('k') | Source/modules/geolocation/Coordinates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698