| Index: Source/core/testing/Internals.h
 | 
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
 | 
| index 011665c7fecd4bb58b82a9ced40fc5a417ef0f2d..ce2f23286f7e0363df314253866748ffcacd0170 100644
 | 
| --- a/Source/core/testing/Internals.h
 | 
| +++ b/Source/core/testing/Internals.h
 | 
| @@ -305,6 +305,9 @@ public:
 | 
|      ScriptPromise promiseCheck(ScriptState*, long, bool, const Dictionary&, const String&, const Vector<String>&, ExceptionState&);
 | 
|      ScriptPromise promiseCheckWithoutExceptionState(ScriptState*, const Dictionary&, const String&, const Vector<String>&);
 | 
|      ScriptPromise promiseCheckRange(ScriptState*, long);
 | 
| +    ScriptPromise promiseCheckOverload(ScriptState*, Location*);
 | 
| +    ScriptPromise promiseCheckOverload(ScriptState*, Document*);
 | 
| +    ScriptPromise promiseCheckOverload(ScriptState*, Location*, long, long);
 | 
|  
 | 
|      void trace(Visitor*);
 | 
|  
 | 
| 
 |