| Index: Source/modules/speech/SpeechRecognitionAlternative.cpp
|
| diff --git a/Source/modules/speech/SpeechRecognitionAlternative.cpp b/Source/modules/speech/SpeechRecognitionAlternative.cpp
|
| index ccb132aaff1e73720e81900160665bb94b8fb8a6..a0cdf0ba2c2b7f53e09b650eada657cc22855257 100644
|
| --- a/Source/modules/speech/SpeechRecognitionAlternative.cpp
|
| +++ b/Source/modules/speech/SpeechRecognitionAlternative.cpp
|
| @@ -29,8 +29,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -DEFINE_GC_INFO(SpeechRecognitionAlternative);
|
| -
|
| PassRefPtrWillBeRawPtr<SpeechRecognitionAlternative> SpeechRecognitionAlternative::create(const String& transcript, double confidence)
|
| {
|
| return adoptRefWillBeNoop(new SpeechRecognitionAlternative(transcript, confidence));
|
|
|