| Index: Source/core/speech/SpeechInputEvent.cpp
|
| diff --git a/Source/core/page/SpeechInputEvent.cpp b/Source/core/speech/SpeechInputEvent.cpp
|
| similarity index 98%
|
| rename from Source/core/page/SpeechInputEvent.cpp
|
| rename to Source/core/speech/SpeechInputEvent.cpp
|
| index 4614a14169e7924dfefd8679dc3bbb5472e39b4c..8f07230e88d015d0436d33eb4355413ae2180c77 100644
|
| --- a/Source/core/page/SpeechInputEvent.cpp
|
| +++ b/Source/core/speech/SpeechInputEvent.cpp
|
| @@ -32,7 +32,7 @@
|
|
|
| #if ENABLE(INPUT_SPEECH)
|
|
|
| -#include "core/page/SpeechInputEvent.h"
|
| +#include "core/speech/SpeechInputEvent.h"
|
|
|
| #include "core/events/ThreadLocalEventNames.h"
|
|
|
|
|