| Index: Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.h b/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| index a74aa91c7af00196d0e18c5b9e4aaabf629b5d1e..0b00d96ac67d3336a9f7314d0eade38e5e0b439e 100644
|
| --- a/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| +++ b/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| @@ -39,6 +39,7 @@ class DOMWindow;
|
| class MODULES_EXPORT DOMWindowSpeechSynthesis final : public NoBaseWillBeGarbageCollected<DOMWindowSpeechSynthesis>, public WillBeHeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DOMWindowSpeechSynthesis);
|
| DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DOMWindowSpeechSynthesis);
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(DOMWindowSpeechSynthesis);
|
| public:
|
| static SpeechSynthesis* speechSynthesis(DOMWindow&);
|
| static DOMWindowSpeechSynthesis& from(LocalDOMWindow&);
|
|
|