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

Unified Diff: Source/modules/performance/SharedWorkerPerformance.cpp

Issue 209413007: Oilpan: Remove unused destructor from non-finalized SharedWorkerPerformance. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/modules/performance/SharedWorkerPerformance.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/performance/SharedWorkerPerformance.cpp
diff --git a/Source/modules/performance/SharedWorkerPerformance.cpp b/Source/modules/performance/SharedWorkerPerformance.cpp
index 8bfbf6464ee6645a2b7cdaf2d44b802f23d33fc3..4e7de44b17743ebfe31f1465e1d84cd2e23c09c1 100644
--- a/Source/modules/performance/SharedWorkerPerformance.cpp
+++ b/Source/modules/performance/SharedWorkerPerformance.cpp
@@ -43,10 +43,6 @@ SharedWorkerPerformance::SharedWorkerPerformance()
{
}
-SharedWorkerPerformance::~SharedWorkerPerformance()
-{
-}
-
const char* SharedWorkerPerformance::supplementName()
{
return "SharedWorkerPerformance";
« no previous file with comments | « Source/modules/performance/SharedWorkerPerformance.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698