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

Unified Diff: trunk/Source/modules/speech/SpeechRecognitionResult.h

Issue 183853038: Revert 168568 "Remove unneeded destructors and add finalization ..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 10 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/modules/gamepad/GamepadList.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/modules/speech/SpeechRecognitionResult.h
===================================================================
--- trunk/Source/modules/speech/SpeechRecognitionResult.h (revision 168580)
+++ trunk/Source/modules/speech/SpeechRecognitionResult.h (working copy)
@@ -37,7 +37,7 @@
// FIXME: oilpan: the platform outer layer (WebSpeechRecognitionResult) depends on
// holding a WebPrivatePtr (a RefPtr) to this result object. When/if such pointers
// can be to GCed objects, we can drop the extra reference counting layer.
-class SpeechRecognitionResult : public RefCountedWillBeGarbageCollectedFinalized<SpeechRecognitionResult>, public ScriptWrappable {
+class SpeechRecognitionResult : public RefCountedWillBeGarbageCollected<SpeechRecognitionResult>, public ScriptWrappable {
public:
~SpeechRecognitionResult();
static PassRefPtrWillBeRawPtr<SpeechRecognitionResult> create(const WillBeHeapVector<RefPtrWillBeMember<SpeechRecognitionAlternative> >&, bool final);
« no previous file with comments | « trunk/Source/modules/gamepad/GamepadList.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698