| Index: Source/bindings/core/v8/ScriptPromiseResolverTest.cpp
 | 
| diff --git a/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp b/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp
 | 
| index 4c5750aef0cbf6081ddec88823351132326220a7..fb698ea14882ae5e816f77ffbdd3d1bd5f55e621 100644
 | 
| --- a/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp
 | 
| +++ b/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp
 | 
| @@ -37,7 +37,7 @@ private:
 | 
|      {
 | 
|      }
 | 
|  
 | 
| -    virtual ScriptValue call(ScriptValue value) override
 | 
| +    ScriptValue call(ScriptValue value) override
 | 
|      {
 | 
|          ASSERT(!value.isEmpty());
 | 
|          *m_value = toCoreString(value.v8Value()->ToString(scriptState()->context()).ToLocalChecked());
 | 
| @@ -54,7 +54,7 @@ public:
 | 
|      {
 | 
|      }
 | 
|  
 | 
| -    virtual ~ScriptPromiseResolverTest()
 | 
| +    ~ScriptPromiseResolverTest() override
 | 
|      {
 | 
|          ScriptState::Scope scope(scriptState());
 | 
|          // FIXME: We put this statement here to clear an exception from the
 | 
| 
 |