Index: Source/core/speech/SpeechInput.cpp |
diff --git a/Source/core/speech/SpeechInput.cpp b/Source/core/speech/SpeechInput.cpp |
index 221e02377f2bbc713a00d9caaa1d1847224087ae..add58591ed627a64e486b9878f418915baafa14b 100644 |
--- a/Source/core/speech/SpeechInput.cpp |
+++ b/Source/core/speech/SpeechInput.cpp |
@@ -120,7 +120,7 @@ const char* SpeechInput::supplementName() |
return "SpeechInput"; |
} |
-void provideSpeechInputTo(Page* page, SpeechInputClient* client) |
+void provideSpeechInputTo(Page& page, SpeechInputClient* client) |
{ |
SpeechInput::provideTo(page, SpeechInput::supplementName(), SpeechInput::create(client)); |
} |