summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.h')
-rw-r--r--chromium/third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.h b/chromium/third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.h
index 984077eea8c..286899aaa70 100644
--- a/chromium/third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.h
+++ b/chromium/third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.h
@@ -38,7 +38,7 @@ class Internals;
class InternalsSpeechSynthesis {
public:
- static void enableMockSpeechSynthesizer(Internals*, Document*);
+ static void enableMockSpeechSynthesizer(Internals&, Document*);
};
} // namespace WebCore