Index: Source/modules/speech/DOMWindowSpeechSynthesis.cpp |
diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.cpp b/Source/modules/speech/DOMWindowSpeechSynthesis.cpp |
index 5bee66f91c11312c3d343361cf87fe24c6c2dacd..b018a818814ae3851ac3b79d7bda7e2ee482dad4 100644 |
--- a/Source/modules/speech/DOMWindowSpeechSynthesis.cpp |
+++ b/Source/modules/speech/DOMWindowSpeechSynthesis.cpp |
@@ -35,7 +35,7 @@ |
#include "wtf/PassRefPtr.h" |
namespace WebCore { |
- |
+ |
DOMWindowSpeechSynthesis::DOMWindowSpeechSynthesis(DOMWindow* window) |
: DOMWindowProperty(window->frame()) |
{ |
@@ -73,5 +73,5 @@ SpeechSynthesis* DOMWindowSpeechSynthesis::speechSynthesis() |
m_speechSynthesis = SpeechSynthesis::create(); |
return m_speechSynthesis.get(); |
} |
- |
+ |
} // namespace WebCore |