| Index: third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| diff --git a/third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.h b/third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| index 2f0e18f69e281539a46ab4129ada8182d04261c5..91b182047a97dc818114162a892af7d3cc34e7e9 100644
|
| --- a/third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| +++ b/third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| @@ -36,7 +36,7 @@ namespace blink {
|
|
|
| class DOMWindow;
|
|
|
| -class MODULES_EXPORT DOMWindowSpeechSynthesis final : public GarbageCollected<DOMWindowSpeechSynthesis>, public HeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
|
| +class MODULES_EXPORT DOMWindowSpeechSynthesis final : public GarbageCollected<DOMWindowSpeechSynthesis>, public Supplement<LocalDOMWindow>, public DOMWindowProperty {
|
| USING_GARBAGE_COLLECTED_MIXIN(DOMWindowSpeechSynthesis);
|
| public:
|
| static SpeechSynthesis* speechSynthesis(DOMWindow&);
|
|
|