| Index: Source/core/speech/SpeechInput.cpp
|
| diff --git a/Source/core/page/SpeechInput.cpp b/Source/core/speech/SpeechInput.cpp
|
| similarity index 96%
|
| rename from Source/core/page/SpeechInput.cpp
|
| rename to Source/core/speech/SpeechInput.cpp
|
| index 0ad8c86e0e1f9a6dd1cae7ebd0aa2a65ed5c0c3b..839ee08e0109632c51669ea178986de28e6acf86 100644
|
| --- a/Source/core/page/SpeechInput.cpp
|
| +++ b/Source/core/speech/SpeechInput.cpp
|
| @@ -29,12 +29,12 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/page/SpeechInput.h"
|
| +#include "core/speech/SpeechInput.h"
|
|
|
| #if ENABLE(INPUT_SPEECH)
|
|
|
| -#include "core/page/SpeechInputClient.h"
|
| -#include "core/page/SpeechInputListener.h"
|
| +#include "core/speech/SpeechInputClient.h"
|
| +#include "core/speech/SpeechInputListener.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
| @@ -61,7 +61,7 @@ int SpeechInput::registerListener(SpeechInputListener* listener)
|
| #if defined(DEBUG)
|
| // Check if already present.
|
| for (HashMap<int, SpeechInputListener*>::iterator it = m_listeners.begin(); it != m_listeners.end(); ++it)
|
| - ASSERT(it->value != listener);
|
| + ASSERT(it->value != listener);
|
| #endif
|
|
|
| m_listeners.add(m_nextListenerId, listener);
|
|
|