Chromium Code Reviews| Index: Source/modules/speech/SpeechRecognitionController.h |
| diff --git a/Source/modules/speech/SpeechRecognitionController.h b/Source/modules/speech/SpeechRecognitionController.h |
| index 6a5fa1bde2914598430a0d9aefae086e28fd4e74..5c2ef66c3a067bbd4300dfc60233ac6ba0f12bb0 100644 |
| --- a/Source/modules/speech/SpeechRecognitionController.h |
| +++ b/Source/modules/speech/SpeechRecognitionController.h |
| @@ -33,6 +33,7 @@ |
| namespace blink { |
| class MediaStreamTrack; |
| +class Page; |
|
haraken
2015/04/22 09:19:44
Ditto.
tasak
2015/04/22 10:22:21
Removed.
|
| class SpeechRecognitionController final : public NoBaseWillBeGarbageCollectedFinalized<SpeechRecognitionController>, public WillBeHeapSupplement<Page> { |
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SpeechRecognitionController); |