Index: Source/modules/speech/SpeechGrammar.h |
diff --git a/Source/modules/speech/SpeechGrammar.h b/Source/modules/speech/SpeechGrammar.h |
index 2f3cab5c16a08501ae7d3bb0ca7b3fed6ded96db..b9e6632e68b0304456c2c7ac9994524fb5b0bea9 100644 |
--- a/Source/modules/speech/SpeechGrammar.h |
+++ b/Source/modules/speech/SpeechGrammar.h |
@@ -37,7 +37,6 @@ namespace WebCore { |
class ExecutionContext; |
class SpeechGrammar : public RefCountedWillBeGarbageCollectedFinalized<SpeechGrammar>, public ScriptWrappable { |
- DECLARE_GC_INFO; |
public: |
static PassRefPtrWillBeRawPtr<SpeechGrammar> create(); // FIXME: The spec is not clear on what the constructor should look like. |
static PassRefPtrWillBeRawPtr<SpeechGrammar> create(const KURL& src, double weight); |