Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / speech / SpeechRecognitionEvent.h
index 98f0f57..045ecfc 100644 (file)
@@ -31,7 +31,7 @@
 #include "modules/speech/SpeechRecognitionResultList.h"
 #include "platform/heap/Handle.h"
 
-namespace WebCore {
+namespace blink {
 
 class Document;
 
@@ -73,6 +73,6 @@ private:
     PersistentWillBeMember<SpeechRecognitionResultList> m_results;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // SpeechRecognitionEvent_h