| Index: Source/modules/speech/SpeechRecognitionResult.cpp
|
| diff --git a/Source/modules/speech/SpeechRecognitionResult.cpp b/Source/modules/speech/SpeechRecognitionResult.cpp
|
| index 92429138685a473322028b66b2940a78312e6a2d..12fd5940bd9def390b205dda7500619c386ba839 100644
|
| --- a/Source/modules/speech/SpeechRecognitionResult.cpp
|
| +++ b/Source/modules/speech/SpeechRecognitionResult.cpp
|
| @@ -29,9 +29,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -SpeechRecognitionResult::~SpeechRecognitionResult()
|
| -{
|
| -}
|
| +DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(SpeechRecognitionResult);
|
|
|
| SpeechRecognitionResult* SpeechRecognitionResult::create(const HeapVector<Member<SpeechRecognitionAlternative> >& alternatives, bool final)
|
| {
|
|
|