| Index: Source/modules/speech/SpeechSynthesisEvent.h
|
| diff --git a/Source/modules/speech/SpeechSynthesisEvent.h b/Source/modules/speech/SpeechSynthesisEvent.h
|
| index 0634c55f94c07ac1d5e249ee4bb2f50fcdf37f68..b5ec119c652da3b901a23ac23c1812075c290706 100644
|
| --- a/Source/modules/speech/SpeechSynthesisEvent.h
|
| +++ b/Source/modules/speech/SpeechSynthesisEvent.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "modules/EventModules.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class SpeechSynthesisEvent FINAL : public Event {
|
| public:
|
| @@ -55,6 +55,6 @@ private:
|
| String m_name;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SpeechSynthesisEvent_h
|
|
|