Index: Source/modules/speech/SpeechGrammar.cpp |
diff --git a/Source/modules/speech/SpeechGrammar.cpp b/Source/modules/speech/SpeechGrammar.cpp |
index eaf63b64625ebf10a79a2f798207a25b9e50bdc2..9a8ad3a5166f855d83a794d6b7e1f4c6ddb4e3f3 100644 |
--- a/Source/modules/speech/SpeechGrammar.cpp |
+++ b/Source/modules/speech/SpeechGrammar.cpp |
@@ -31,8 +31,6 @@ |
namespace WebCore { |
-DEFINE_GC_INFO(SpeechGrammar); |
- |
PassRefPtrWillBeRawPtr<SpeechGrammar> SpeechGrammar::create() |
{ |
return adoptRefWillBeNoop(new SpeechGrammar); |