Index: Source/modules/speech/SpeechRecognitionResult.h |
diff --git a/Source/modules/speech/SpeechRecognitionResult.h b/Source/modules/speech/SpeechRecognitionResult.h |
index feb4ee42ee8f57b7ab66c11732d866ddef31edad..d587da10beaa5ccacaefe1a3c21c00934130c45f 100644 |
--- a/Source/modules/speech/SpeechRecognitionResult.h |
+++ b/Source/modules/speech/SpeechRecognitionResult.h |
@@ -32,9 +32,9 @@ |
namespace WebCore { |
-class SpeechRecognitionResult FINAL : public GarbageCollectedFinalized<SpeechRecognitionResult>, public ScriptWrappable { |
+class SpeechRecognitionResult FINAL : public GarbageCollectedFinalizedWillBeGarbageCollected<SpeechRecognitionResult>, public ScriptWrappable { |
+ DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(SpeechRecognitionResult); |
public: |
- ~SpeechRecognitionResult(); |
static SpeechRecognitionResult* create(const HeapVector<Member<SpeechRecognitionAlternative> >&, bool final); |
unsigned long length() { return m_alternatives.size(); } |