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

Unified Diff: Source/core/speech/SpeechInputListener.h

Issue 255983003: Oilpan: Move all supplements of Page, Document, and WorkerClients to the managed heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: using namespace WebCore Created 6 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
« no previous file with comments | « Source/core/speech/SpeechInput.cpp ('k') | Source/core/testing/InternalSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/speech/SpeechInputListener.h
diff --git a/Source/core/speech/SpeechInputListener.h b/Source/core/speech/SpeechInputListener.h
index b4fc017d138c52e3dd00ab7d298327c8014b9842..ce365adeca389e863555f0296bd991801c19a2c5 100644
--- a/Source/core/speech/SpeechInputListener.h
+++ b/Source/core/speech/SpeechInputListener.h
@@ -39,7 +39,7 @@
namespace WebCore {
// Interface to be implemented by the element which invokes SpeechInput.
-class SpeechInputListener {
+class SpeechInputListener : public WillBeGarbageCollectedMixin {
public:
// Informs that audio recording has completed and recognition is underway.
virtual void didCompleteRecording(int requestId) = 0;
« no previous file with comments | « Source/core/speech/SpeechInput.cpp ('k') | Source/core/testing/InternalSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698