| Index: Source/modules/speech/DOMWindowSpeechSynthesis.h | 
| diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.h b/Source/modules/speech/DOMWindowSpeechSynthesis.h | 
| index 03a03b9b67f6d8a8884911f6ec409dce9c9936b1..88e45916fdfc7a483ee73cc30dcc95bb5add3335 100644 | 
| --- a/Source/modules/speech/DOMWindowSpeechSynthesis.h | 
| +++ b/Source/modules/speech/DOMWindowSpeechSynthesis.h | 
| @@ -35,11 +35,10 @@ namespace blink { | 
|  | 
| class LocalDOMWindow; | 
|  | 
| -class DOMWindowSpeechSynthesis FINAL : public NoBaseWillBeGarbageCollectedFinalized<DOMWindowSpeechSynthesis>, public WillBeHeapSupplement<LocalDOMWindow>, public DOMWindowProperty { | 
| +class DOMWindowSpeechSynthesis FINAL : public NoBaseWillBeGarbageCollected<DOMWindowSpeechSynthesis>, public WillBeHeapSupplement<LocalDOMWindow>, public DOMWindowProperty { | 
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DOMWindowSpeechSynthesis); | 
| +    DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DOMWindowSpeechSynthesis); | 
| public: | 
| -    virtual ~DOMWindowSpeechSynthesis(); | 
| - | 
| static SpeechSynthesis* speechSynthesis(LocalDOMWindow&); | 
| static DOMWindowSpeechSynthesis& from(LocalDOMWindow&); | 
|  | 
|  |