| Index: Source/modules/speech/SpeechSynthesisEvent.cpp
|
| diff --git a/Source/modules/speech/SpeechSynthesisEvent.cpp b/Source/modules/speech/SpeechSynthesisEvent.cpp
|
| index 2aea33e5a83bf501545ef8e17f9b34cb873bb4c6..f873887386cded7a99bc3f7ecf674ae33f080b5d 100644
|
| --- a/Source/modules/speech/SpeechSynthesisEvent.cpp
|
| +++ b/Source/modules/speech/SpeechSynthesisEvent.cpp
|
| @@ -26,7 +26,7 @@
|
| #include "config.h"
|
| #include "modules/speech/SpeechSynthesisEvent.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create()
|
| {
|
| @@ -52,4 +52,4 @@ SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned lo
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|