| Index: Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.h b/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| index b13db9b6609dbe91daa09a804151ec719a4691b7..548b0ba2aa5e9ac346d54e5a52be742b58ae5343 100644
|
| --- a/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| +++ b/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| @@ -33,13 +33,13 @@
|
|
|
| namespace blink {
|
|
|
| -class LocalDOMWindow;
|
| +class DOMWindow;
|
|
|
| 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:
|
| - static SpeechSynthesis* speechSynthesis(LocalDOMWindow&);
|
| + static SpeechSynthesis* speechSynthesis(DOMWindow&);
|
| static DOMWindowSpeechSynthesis& from(LocalDOMWindow&);
|
|
|
| void trace(Visitor*);
|
|
|