| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index d89f753c30795d4d1634a469e770d88871ddcce7..169c7841d3f728177adbdf8f303106896eabb0b8 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -279,4 +279,7 @@
|
| [RaisesException] void setShouldRevealPassword(Element element, boolean reveal);
|
|
|
| [CallWith=ExecutionContext] Promise addOneToPromise(Promise promise);
|
| +
|
| + void startSpeechInput(Element element);
|
| + void setValueForUser(Element element, DOMString value);
|
| };
|
|
|