| Index: Source/modules/speech/SpeechRecognitionAlternative.h
|
| diff --git a/Source/modules/speech/SpeechRecognitionAlternative.h b/Source/modules/speech/SpeechRecognitionAlternative.h
|
| index a48e5aa2d7059050a4c6367bd7fbd0416baf6501..0c1a9119550e3cee6296d33257797dcdef86c7b9 100644
|
| --- a/Source/modules/speech/SpeechRecognitionAlternative.h
|
| +++ b/Source/modules/speech/SpeechRecognitionAlternative.h
|
| @@ -27,12 +27,10 @@
|
| #define SpeechRecognitionAlternative_h
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "platform/heap/Handle.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
| -class ExecutionContext;
|
|
|
| class SpeechRecognitionAlternative final : public GarbageCollectedFinalized<SpeechRecognitionAlternative>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|