Index: Source/modules/speech/SpeechSynthesisEvent.cpp |
diff --git a/Source/modules/speech/SpeechSynthesisEvent.cpp b/Source/modules/speech/SpeechSynthesisEvent.cpp |
index f4a3807ddc0c8087b202f66d99015d90b78aacd6..10a58a2363b937560dd0efe0b562b13679220d47 100644 |
--- a/Source/modules/speech/SpeechSynthesisEvent.cpp |
+++ b/Source/modules/speech/SpeechSynthesisEvent.cpp |
@@ -27,7 +27,7 @@ |
#include "modules/speech/SpeechSynthesisEvent.h" |
namespace WebCore { |
- |
+ |
PassRefPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create() |
{ |
return adoptRef(new SpeechSynthesisEvent()); |
@@ -51,5 +51,5 @@ SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned lo |
{ |
ScriptWrappable::init(this); |
} |
- |
+ |
} // namespace WebCore |