Index: Source/modules/speech/SpeechSynthesis.cpp |
diff --git a/Source/modules/speech/SpeechSynthesis.cpp b/Source/modules/speech/SpeechSynthesis.cpp |
index 4bde0624e4fb2445a9678fcc189df7d38d666f1b..e747e06aa42ef38b06141269d0acf6275b7ec14c 100644 |
--- a/Source/modules/speech/SpeechSynthesis.cpp |
+++ b/Source/modules/speech/SpeechSynthesis.cpp |
@@ -34,8 +34,6 @@ |
namespace WebCore { |
-DEFINE_GC_INFO(SpeechSynthesis); |
- |
PassRefPtrWillBeRawPtr<SpeechSynthesis> SpeechSynthesis::create(ExecutionContext* context) |
{ |
return adoptRefCountedWillBeRefCountedGarbageCollected(new SpeechSynthesis(context)); |