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