| Index: Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| diff --git a/Source/modules/serviceworkers/WaitUntilObserver.cpp b/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| index 4c15898a06d36bf71dc8313462ed83cda4587d85..4cb47eae9d6767d8b8c2403f238c65eaa6bc72d3 100644
|
| --- a/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| +++ b/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| @@ -64,7 +64,7 @@ private:
|
| {
|
| }
|
|
|
| - virtual ScriptValue call(ScriptValue value) override
|
| + ScriptValue call(ScriptValue value) override
|
| {
|
| ASSERT(m_observer);
|
| ASSERT(m_resolveType == Fulfilled || m_resolveType == Rejected);
|
|
|