| Index: Source/modules/speech/SpeechSynthesis.cpp
|
| diff --git a/Source/modules/speech/SpeechSynthesis.cpp b/Source/modules/speech/SpeechSynthesis.cpp
|
| index 2c871ef6d615e9aea46603e870c2e99d3f825a8a..2a989a9514d29873f77f26251ed9f35517cc7e02 100644
|
| --- a/Source/modules/speech/SpeechSynthesis.cpp
|
| +++ b/Source/modules/speech/SpeechSynthesis.cpp
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "core/dom/ExecutionContext.h"
|
| -#include "core/platform/PlatformSpeechSynthesisVoice.h"
|
| #include "modules/speech/SpeechSynthesisEvent.h"
|
| +#include "platform/speech/PlatformSpeechSynthesisVoice.h"
|
| #include "wtf/CurrentTime.h"
|
|
|
| namespace WebCore {
|
|
|