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

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

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 | « no previous file | Source/modules/performance/SharedWorkerPerformance.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/performance/SharedWorkerPerformance.h
diff --git a/Source/modules/performance/SharedWorkerPerformance.h b/Source/modules/performance/SharedWorkerPerformance.h
index c4d3a94a1c9e8b84177401afb091deda111147a0..0fcf977550b9b81accfd084957438e39be8c3931 100644
--- a/Source/modules/performance/SharedWorkerPerformance.h
+++ b/Source/modules/performance/SharedWorkerPerformance.h
@@ -41,7 +41,6 @@ class SharedWorker;
class SharedWorkerPerformance FINAL : public NoBaseWillBeGarbageCollected<SharedWorkerPerformance>, public WillBeHeapSupplement<SharedWorker> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SharedWorkerPerformance);
public:
- virtual ~SharedWorkerPerformance();
static SharedWorkerPerformance& from(SharedWorker&);
static double workerStart(ExecutionContext*, SharedWorker&);
« no previous file with comments | « no previous file | Source/modules/performance/SharedWorkerPerformance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698