Index: Source/core/speech/SpeechInputClient.h |
diff --git a/Source/core/speech/SpeechInputClient.h b/Source/core/speech/SpeechInputClient.h |
index 4e8eb6ff7a719bff537b2fa09cc69e954f9e27f8..832034a497e9296f1616aded46f64a751d2bbfa6 100644 |
--- a/Source/core/speech/SpeechInputClient.h |
+++ b/Source/core/speech/SpeechInputClient.h |
@@ -67,7 +67,7 @@ protected: |
virtual ~SpeechInputClient() { } |
}; |
-void provideSpeechInputTo(Page*, SpeechInputClient*); |
+void provideSpeechInputTo(Page&, SpeechInputClient*); |
} // namespace WebCore |