| Index: Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.h b/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| index 22b7bfc17bcb62cb73521f28dc32381c4de8cd24..c3f880a996b8a52136f3c98f63ab5072d150ece9 100644
|
| --- a/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| +++ b/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| @@ -27,9 +27,9 @@
|
| #define DOMWindowSpeechSynthesis_h
|
|
|
| #include "core/frame/DOMWindowProperty.h"
|
| -#include "heap/Handle.h"
|
| #include "modules/speech/SpeechSynthesis.h"
|
| #include "platform/Supplementable.h"
|
| +#include "platform/heap/Handle.h"
|
|
|
| namespace WebCore {
|
|
|
|
|