Index: Source/modules/speech/SpeechRecognitionClient.h |
diff --git a/Source/modules/speech/SpeechRecognitionClient.h b/Source/modules/speech/SpeechRecognitionClient.h |
index f2db518646bd29498614ba3fc44b8052935903a7..cd0c278502861fea6c0aa0895ab16394d99b8cea 100644 |
--- a/Source/modules/speech/SpeechRecognitionClient.h |
+++ b/Source/modules/speech/SpeechRecognitionClient.h |
@@ -43,7 +43,7 @@ public: |
virtual ~SpeechRecognitionClient() { } |
}; |
-void provideSpeechRecognitionTo(Page&, SpeechRecognitionClient*); |
+void provideSpeechRecognitionTo(Page&, PassOwnPtr<SpeechRecognitionClient>); |
} // namespace WebCore |