| Index: Source/web/WebLeakDetector.cpp
|
| diff --git a/Source/web/WebLeakDetector.cpp b/Source/web/WebLeakDetector.cpp
|
| index d593ef90fcdae4ba00ab7792bad13d83fbcb5d36..9a4bf715c76bab1cbab9500c81b2c6cbb8b7ff6f 100644
|
| --- a/Source/web/WebLeakDetector.cpp
|
| +++ b/Source/web/WebLeakDetector.cpp
|
| @@ -67,9 +67,9 @@ public:
|
| ASSERT(m_client);
|
| }
|
|
|
| - virtual ~WebLeakDetectorImpl() { }
|
| + ~WebLeakDetectorImpl() override {}
|
|
|
| - virtual void collectGarbageAndGetDOMCounts(WebLocalFrame*) override;
|
| + void collectGarbageAndGetDOMCounts(WebLocalFrame*) override;
|
|
|
| private:
|
| void delayedGCAndReport(Timer<WebLeakDetectorImpl>*);
|
|
|