Index: Source/modules/speech/SpeechRecognitionError.h |
diff --git a/Source/modules/speech/SpeechRecognitionError.h b/Source/modules/speech/SpeechRecognitionError.h |
index 0572449e7f4367abadc431b73da45edb6bb7fc9c..dc7d2b7efc60c61f7162ac6c211e0be10a445d8f 100644 |
--- a/Source/modules/speech/SpeechRecognitionError.h |
+++ b/Source/modules/speech/SpeechRecognitionError.h |
@@ -29,7 +29,7 @@ |
#include "modules/EventModules.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
struct SpeechRecognitionErrorInit : public EventInit { |
SpeechRecognitionErrorInit(); |
@@ -76,6 +76,6 @@ private: |
String m_message; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // SpeechRecognitionError_h |