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

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: Add Finalizable transition type Created 6 years, 6 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
Index: Source/modules/gamepad/WebKitGamepadList.cpp
diff --git a/Source/modules/gamepad/WebKitGamepadList.cpp b/Source/modules/gamepad/WebKitGamepadList.cpp
index 21a2a6fe0dc0d1a410aeacbab122336a50f9b52f..4b7ae2fec6c24d79359cab98397b23e9f967de2d 100644
--- a/Source/modules/gamepad/WebKitGamepadList.cpp
+++ b/Source/modules/gamepad/WebKitGamepadList.cpp
@@ -12,9 +12,7 @@ WebKitGamepadList::WebKitGamepadList()
ScriptWrappable::init(this);
}
-WebKitGamepadList::~WebKitGamepadList()
-{
-}
+DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(WebKitGamepadList);
void WebKitGamepadList::set(unsigned index, WebKitGamepad* gamepad)
{

Powered by Google App Engine
This is Rietveld 408576698