Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: Source/modules/speech/SpeechRecognitionController.h

Issue 1060813005: Componentization: fix SupplementTracing<0>::~SupplementTracing<0>(void) already defined. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698