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 fc02fa9983d585bd727c33114b97955a05f0695a..b5cd32a7728a92248c5037dbdfa9944dba8990b7 100644 |
--- a/LayoutTests/fast/speech/input-text-speechstart.html |
+++ b/LayoutTests/fast/speech/input-text-speechstart.html |
@@ -14,7 +14,8 @@ function startSpeechInput(id) { |
// will be set in input during the generated TextInput event. |
var input = document.getElementById(id); |
input.select(); |
- testRunner.startSpeechInput(input); |
+ console.log(internals); |
haraken
2014/03/04 06:19:41
Remove this.
hajimehoshi
2014/03/04 06:27:19
Oops, Done.
|
+ internals.startSpeechInput(input); |
} |
function onWebkitSpeechChange() { |