Index: Source/platform/exported/WebSpeechSynthesisUtterance.cpp |
diff --git a/Source/platform/exported/WebSpeechSynthesisUtterance.cpp b/Source/platform/exported/WebSpeechSynthesisUtterance.cpp |
index 56f26b7b563d9703e05330746227f402cbb67917..0d75dcb2883d87c10eaf75ae05908d320ba09e03 100644 |
--- a/Source/platform/exported/WebSpeechSynthesisUtterance.cpp |
+++ b/Source/platform/exported/WebSpeechSynthesisUtterance.cpp |
@@ -31,16 +31,14 @@ |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefPtr.h" |
-using namespace blink; |
- |
namespace blink { |
-WebSpeechSynthesisUtterance::WebSpeechSynthesisUtterance(blink::PlatformSpeechSynthesisUtterance* utterance) |
+WebSpeechSynthesisUtterance::WebSpeechSynthesisUtterance(PlatformSpeechSynthesisUtterance* utterance) |
: m_private(utterance) |
{ |
} |
-WebSpeechSynthesisUtterance& WebSpeechSynthesisUtterance::operator=(blink::PlatformSpeechSynthesisUtterance* utterance) |
+WebSpeechSynthesisUtterance& WebSpeechSynthesisUtterance::operator=(PlatformSpeechSynthesisUtterance* utterance) |
{ |
m_private = utterance; |
return *this; |