Index: third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.idl |
diff --git a/third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.idl b/third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.idl |
index 34f2bc8119ccd876212595f5b0f07ed454bc1466..ce78a613cc3ef3b17dbeedcb3e4536635bbc8e3b 100644 |
--- a/third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.idl |
+++ b/third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.idl |
@@ -29,5 +29,5 @@ |
*/ |
partial interface Internals { |
- void enableMockSpeechSynthesizer(Document document); |
+ [CallWith=ScriptState] void enableMockSpeechSynthesizer(Window window); |
}; |