| Index: Source/modules/speech/SpeechRecognitionController.h
|
| diff --git a/Source/modules/speech/SpeechRecognitionController.h b/Source/modules/speech/SpeechRecognitionController.h
|
| index 6a5fa1bde2914598430a0d9aefae086e28fd4e74..2c11f5fbf321aeb898fa5540afbf3fb72bae05fa 100644
|
| --- a/Source/modules/speech/SpeechRecognitionController.h
|
| +++ b/Source/modules/speech/SpeechRecognitionController.h
|
| @@ -27,12 +27,15 @@
|
| #define SpeechRecognitionController_h
|
|
|
| #include "core/page/Page.h"
|
| +#include "core/page/PageSupplementable.h"
|
| #include "modules/speech/SpeechRecognitionClient.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| namespace blink {
|
|
|
| class MediaStreamTrack;
|
| +class Page;
|
|
|
| class SpeechRecognitionController final : public NoBaseWillBeGarbageCollectedFinalized<SpeechRecognitionController>, public WillBeHeapSupplement<Page> {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SpeechRecognitionController);
|
|
|