| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index efd6f512e6d9f6f3c40dccff2332993f8cb20293..a199a38a4d254f410ca140f0a0f66f5ca382b567 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -300,7 +300,10 @@ public:
|
|
|
| ScriptPromise createResolvedPromise(ScriptState*, ScriptValue);
|
| ScriptPromise createRejectedPromise(ScriptState*, ScriptValue);
|
| - ScriptPromise addOneToPromise(ExecutionContext*, ScriptPromise);
|
| + ScriptPromise addOneToPromise(ScriptState*, ScriptPromise);
|
| + 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);
|
|
|
| void trace(Visitor*);
|
|
|
|
|