| Index: Source/modules/speech/SpeechSynthesis.cpp
|
| diff --git a/Source/modules/speech/SpeechSynthesis.cpp b/Source/modules/speech/SpeechSynthesis.cpp
|
| index 39c384d8d93f0c366943248720a930f25a92e4c5..2c91a7aab62d4126d2c7e688190571581f6c8f9f 100644
|
| --- a/Source/modules/speech/SpeechSynthesis.cpp
|
| +++ b/Source/modules/speech/SpeechSynthesis.cpp
|
| @@ -26,7 +26,7 @@
|
| #include "config.h"
|
| #include "modules/speech/SpeechSynthesis.h"
|
|
|
| -#include "bindings/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "modules/speech/SpeechSynthesisEvent.h"
|
| #include "platform/speech/PlatformSpeechSynthesisVoice.h"
|
|
|