Index: Source/modules/speech/testing/InternalsSpeechSynthesis.h |
diff --git a/Source/modules/speech/testing/InternalsSpeechSynthesis.h b/Source/modules/speech/testing/InternalsSpeechSynthesis.h |
index 984077eea8cb44b5c7ceb7bc7604736d42a883ac..286899aaa70943296780cddebe9f1f0ee919167b 100644 |
--- a/Source/modules/speech/testing/InternalsSpeechSynthesis.h |
+++ b/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 |