summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/mock/SpeechInputClientMock.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/mock/SpeechInputClientMock.h')
-rw-r--r--Source/WebCore/platform/mock/SpeechInputClientMock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/mock/SpeechInputClientMock.h b/Source/WebCore/platform/mock/SpeechInputClientMock.h
index 6f72191..4e13242 100644
--- a/Source/WebCore/platform/mock/SpeechInputClientMock.h
+++ b/Source/WebCore/platform/mock/SpeechInputClientMock.h
@@ -54,7 +54,7 @@ public:
// SpeechInputClient methods.
void setListener(SpeechInputListener*);
- bool startRecognition(int requestId, const IntRect& elementRect, const AtomicString& language, const String& grammar);
+ bool startRecognition(int requestId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin*);
void stopRecording(int);
void cancelRecognition(int);