diff options
Diffstat (limited to 'WebCore/platform/mock/SpeechInputClientMock.cpp')
-rw-r--r-- | WebCore/platform/mock/SpeechInputClientMock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/mock/SpeechInputClientMock.cpp b/WebCore/platform/mock/SpeechInputClientMock.cpp index c3d74d1..6b64942 100644 --- a/WebCore/platform/mock/SpeechInputClientMock.cpp +++ b/WebCore/platform/mock/SpeechInputClientMock.cpp @@ -50,7 +50,7 @@ void SpeechInputClientMock::setListener(SpeechInputListener* listener) m_listener = listener; } -bool SpeechInputClientMock::startRecognition(int requestId) +bool SpeechInputClientMock::startRecognition(int requestId, const IntRect&) { if (m_timer.isActive()) return false; |