| Index: Source/core/inspector/AsyncCallTracker.cpp
|
| diff --git a/Source/core/inspector/AsyncCallTracker.cpp b/Source/core/inspector/AsyncCallTracker.cpp
|
| index 8e3fd3b6b2406fc683d760beeec369ce4965cb15..bc3395a0c203236f1d81525da561304a13610599 100644
|
| --- a/Source/core/inspector/AsyncCallTracker.cpp
|
| +++ b/Source/core/inspector/AsyncCallTracker.cpp
|
| @@ -72,7 +72,7 @@ public:
|
| {
|
| }
|
|
|
| - virtual void contextDestroyed() override
|
| + void contextDestroyed() override
|
| {
|
| ASSERT(executionContext());
|
| OwnPtrWillBeRawPtr<ExecutionContextData> self = m_tracker->m_executionContextDataMap.take(executionContext());
|
|
|