| Index: Source/modules/speech/SpeechSynthesis.h
|
| diff --git a/Source/modules/speech/SpeechSynthesis.h b/Source/modules/speech/SpeechSynthesis.h
|
| index 934e99ac9dd08c9c16d2e78ecd71e300703e480d..095f8a5f901304cb4798111d1bf382913e5e428f 100644
|
| --- a/Source/modules/speech/SpeechSynthesis.h
|
| +++ b/Source/modules/speech/SpeechSynthesis.h
|
| @@ -29,9 +29,9 @@
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/events/EventTarget.h"
|
| -#include "heap/Handle.h"
|
| #include "modules/speech/SpeechSynthesisUtterance.h"
|
| #include "modules/speech/SpeechSynthesisVoice.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "platform/speech/PlatformSpeechSynthesisUtterance.h"
|
| #include "platform/speech/PlatformSpeechSynthesizer.h"
|
| #include "wtf/Deque.h"
|
|
|