Index: Source/modules/performance/WorkerPerformance.h |
diff --git a/Source/modules/performance/WorkerPerformance.h b/Source/modules/performance/WorkerPerformance.h |
index 571a6fcb79a5b89173c3e4dae1687123c440862d..3a7f3cad0cc128c1eef3f0f4836ccb8d4b0cdcbd 100644 |
--- a/Source/modules/performance/WorkerPerformance.h |
+++ b/Source/modules/performance/WorkerPerformance.h |
@@ -41,13 +41,13 @@ namespace WebCore { |
class ExecutionContext; |
class MemoryInfo; |
-class WorkerPerformance : public GarbageCollectedFinalized<WorkerPerformance>, public ScriptWrappable { |
+class WorkerPerformance FINAL : public GarbageCollectedFinalizedWillBeGarbageCollected<WorkerPerformance>, public ScriptWrappable { |
+ DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(WorkerPerformance); |
public: |
static WorkerPerformance* create() |
{ |
return new WorkerPerformance(); |
} |
- ~WorkerPerformance(); |
double now(ExecutionContext*) const; |
PassRefPtrWillBeRawPtr<MemoryInfo> memory() const; |