| Index: Source/core/speech/SpeechInputResult.cpp
|
| diff --git a/Source/core/speech/SpeechInputResult.cpp b/Source/core/speech/SpeechInputResult.cpp
|
| index 36bcca51f5b6d4ac6b936456c0f8d94d099f876b..9476585449e55215ef5ddc18a8188c7df2ee8234 100644
|
| --- a/Source/core/speech/SpeechInputResult.cpp
|
| +++ b/Source/core/speech/SpeechInputResult.cpp
|
| @@ -30,8 +30,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -DEFINE_GC_INFO(SpeechInputResult);
|
| -
|
| PassRefPtrWillBeRawPtr<SpeechInputResult> SpeechInputResult::create(const String& utterance, double confidence)
|
| {
|
| return adoptRefWillBeNoop(new SpeechInputResult(utterance, confidence));
|
|
|