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