| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 66b68fcb38b82e858fdbcdc6c6859c38508628ec..fb55bf0bda0a25227f03641bd166bf56a696f908 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -265,7 +265,10 @@
|
|
|
| [CallWith=ScriptState] Promise createResolvedPromise(any value);
|
| [CallWith=ScriptState] Promise createRejectedPromise(any reason);
|
| - [CallWith=ExecutionContext] Promise addOneToPromise(Promise promise);
|
| + [CallWith=ScriptState] Promise addOneToPromise(Promise promise);
|
| + [CallWith=ScriptState, RaisesException] Promise promiseCheck(long arg1, boolean arg2, Dictionary arg3, DOMString arg4, DOMString[] arg5);
|
| + [CallWith=ScriptState] Promise promiseCheckWithoutExceptionState(Dictionary arg1, DOMString arg2, DOMString... variadic);
|
| + [CallWith=ScriptState] Promise promiseCheckRange([EnforceRange] octet arg1);
|
|
|
| void setValueForUser(Element element, DOMString value);
|
|
|
|
|