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); |