Index: Source/core/platform/PlatformSpeechSynthesizer.cpp |
diff --git a/Source/core/platform/PlatformSpeechSynthesizer.cpp b/Source/core/platform/PlatformSpeechSynthesizer.cpp |
index a6f2735435b4cfbf4c2fdd1c546d56cf3b781ccf..9200480a65bfe3d6a038f5540a57a94c6cb17eb7 100644 |
--- a/Source/core/platform/PlatformSpeechSynthesizer.cpp |
+++ b/Source/core/platform/PlatformSpeechSynthesizer.cpp |
@@ -27,7 +27,7 @@ |
#include "core/platform/PlatformSpeechSynthesizer.h" |
namespace WebCore { |
- |
+ |
PassOwnPtr<PlatformSpeechSynthesizer> PlatformSpeechSynthesizer::create(PlatformSpeechSynthesizerClient* client) |
{ |
OwnPtr<PlatformSpeechSynthesizer> synthesizer = adoptPtr(new PlatformSpeechSynthesizer(client)); |