Index: Source/modules/speech/SpeechSynthesisUtterance.h |
diff --git a/Source/modules/speech/SpeechSynthesisUtterance.h b/Source/modules/speech/SpeechSynthesisUtterance.h |
index 183927efc092ded07b32e52c8ed1d99340096bd0..c40bcfb8234a95d57427152b6f973b6addef7d52 100644 |
--- a/Source/modules/speech/SpeechSynthesisUtterance.h |
+++ b/Source/modules/speech/SpeechSynthesisUtterance.h |
@@ -32,7 +32,7 @@ |
#include "platform/heap/Handle.h" |
#include "platform/speech/PlatformSpeechSynthesisUtterance.h" |
-namespace WebCore { |
+namespace blink { |
class SpeechSynthesisUtterance FINAL : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<SpeechSynthesisUtterance>, public PlatformSpeechSynthesisUtteranceClient, public ContextLifecycleObserver, public EventTargetWithInlineData { |
DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<SpeechSynthesisUtterance>); |
@@ -87,6 +87,6 @@ private: |
Member<SpeechSynthesisVoice> m_voice; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // SpeechSynthesisUtterance_h |