X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fmodules%2Fspeech%2FSpeechRecognitionEvent.h;h=045ecfc5031cef1eda92cc964d5b24cd4b16ab10;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=98f0f5748483dac243bb47a82c9837766cf94598;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h b/src/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h index 98f0f57..045ecfc 100644 --- a/src/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h +++ b/src/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h @@ -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 m_results; }; -} // namespace WebCore +} // namespace blink #endif // SpeechRecognitionEvent_h