Index: LayoutTests/fast/speech/input-text-speechstart.html |
diff --git a/LayoutTests/fast/speech/input-text-speechstart.html b/LayoutTests/fast/speech/input-text-speechstart.html |
index 6d6436781327dcfbc6168d080257b86b01aaae00..fc02fa9983d585bd727c33114b97955a05f0695a 100644 |
--- a/LayoutTests/fast/speech/input-text-speechstart.html |
+++ b/LayoutTests/fast/speech/input-text-speechstart.html |
@@ -14,7 +14,7 @@ |
// will be set in input during the generated TextInput event. |
var input = document.getElementById(id); |
input.select(); |
- internals.startSpeechInput(input); |
+ testRunner.startSpeechInput(input); |
} |
function onWebkitSpeechChange() { |