| Index: Source/core/testing/Internals.idl
 | 
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
 | 
| index 4b6ba69ca5672a0e8319fdb05986e705b9b6697d..f81c07195e405a48b89557f72c8d2489b36632f6 100644
 | 
| --- a/Source/core/testing/Internals.idl
 | 
| +++ b/Source/core/testing/Internals.idl
 | 
| @@ -262,6 +262,9 @@
 | 
|      [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);
 | 
| +    [CallWith=ScriptState] Promise promiseCheckOverload(Location arg1);
 | 
| +    [CallWith=ScriptState] Promise promiseCheckOverload(Document arg1);
 | 
| +    [CallWith=ScriptState] Promise promiseCheckOverload(Location arg1, long arg2, long arg3);
 | 
|  
 | 
|      void setValueForUser(Element element, DOMString value);
 | 
|  
 | 
| 
 |