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

Unified Diff: trunk/Source/modules/gamepad/GamepadList.h

Issue 183853038: Revert 168568 "Remove unneeded destructors and add finalization ..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 9 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 | « trunk/Source/core/plugins/DOMPluginArray.h ('k') | trunk/Source/modules/speech/SpeechRecognitionResult.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/modules/gamepad/GamepadList.h
===================================================================
--- trunk/Source/modules/gamepad/GamepadList.h (revision 168580)
+++ trunk/Source/modules/gamepad/GamepadList.h (working copy)
@@ -35,7 +35,7 @@
namespace WebCore {
-class GamepadList : public RefCountedWillBeGarbageCollectedFinalized<GamepadList>, public ScriptWrappable {
+class GamepadList : public RefCountedWillBeGarbageCollected<GamepadList>, public ScriptWrappable {
public:
static PassRefPtrWillBeRawPtr<GamepadList> create() { return adoptRefWillBeNoop(new GamepadList); }
~GamepadList();
« no previous file with comments | « trunk/Source/core/plugins/DOMPluginArray.h ('k') | trunk/Source/modules/speech/SpeechRecognitionResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698