| Index: Source/web/WebSpeechInputResult.cpp
|
| diff --git a/Source/web/WebSpeechInputResult.cpp b/Source/web/WebSpeechInputResult.cpp
|
| index 21da66833dd5aa7c9b27397ee3af74316b6f0d76..6120d8f74cca0abd040cdf44ce740ec9576c3b51 100644
|
| --- a/Source/web/WebSpeechInputResult.cpp
|
| +++ b/Source/web/WebSpeechInputResult.cpp
|
| @@ -31,7 +31,7 @@
|
| #include "core/speech/SpeechInputResult.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| void WebSpeechInputResult::reset()
|
| {
|
| @@ -58,6 +58,6 @@ WebSpeechInputResult::operator PassRefPtr<WebCore::SpeechInputResult>() const
|
| return m_private.get();
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // ENABLE(INPUT_SPEECH)
|
|
|