Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1427)

Unified Diff: Source/web/WebLeakDetector.cpp

Issue 1230533002: Fix virtual/override/final usage in Source/web/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebKit.cpp ('k') | Source/web/WebLocalFrameImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>*);
« no previous file with comments | « Source/web/WebKit.cpp ('k') | Source/web/WebLocalFrameImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698