Commit 8a3c34fa authored by zerny@chromium.org's avatar zerny@chromium.org

Oilpan: Remove unused destructor from non-finalized SharedWorkerPerformance.

NOTRY=true

Review URL: https://codereview.chromium.org/209413007

git-svn-id: svn://svn.chromium.org/blink/trunk@169915 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 7a3dfc78
...@@ -43,10 +43,6 @@ SharedWorkerPerformance::SharedWorkerPerformance() ...@@ -43,10 +43,6 @@ SharedWorkerPerformance::SharedWorkerPerformance()
{ {
} }
SharedWorkerPerformance::~SharedWorkerPerformance()
{
}
const char* SharedWorkerPerformance::supplementName() const char* SharedWorkerPerformance::supplementName()
{ {
return "SharedWorkerPerformance"; return "SharedWorkerPerformance";
......
...@@ -41,7 +41,6 @@ class SharedWorker; ...@@ -41,7 +41,6 @@ class SharedWorker;
class SharedWorkerPerformance FINAL : public NoBaseWillBeGarbageCollected<SharedWorkerPerformance>, public WillBeHeapSupplement<SharedWorker> { class SharedWorkerPerformance FINAL : public NoBaseWillBeGarbageCollected<SharedWorkerPerformance>, public WillBeHeapSupplement<SharedWorker> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SharedWorkerPerformance); WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SharedWorkerPerformance);
public: public:
virtual ~SharedWorkerPerformance();
static SharedWorkerPerformance& from(SharedWorker&); static SharedWorkerPerformance& from(SharedWorker&);
static double workerStart(ExecutionContext*, SharedWorker&); static double workerStart(ExecutionContext*, SharedWorker&);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment