| Index: Source/modules/performance/WorkerGlobalScopePerformance.cpp
|
| diff --git a/Source/modules/performance/WorkerGlobalScopePerformance.cpp b/Source/modules/performance/WorkerGlobalScopePerformance.cpp
|
| index 8943761f61de94763489c9760cebdd2a821876e1..c85f8b2c1b7feff8818c30ea9162b1d0964ae77a 100644
|
| --- a/Source/modules/performance/WorkerGlobalScopePerformance.cpp
|
| +++ b/Source/modules/performance/WorkerGlobalScopePerformance.cpp
|
| @@ -41,10 +41,6 @@ WorkerGlobalScopePerformance::WorkerGlobalScopePerformance()
|
| {
|
| }
|
|
|
| -WorkerGlobalScopePerformance::~WorkerGlobalScopePerformance()
|
| -{
|
| -}
|
| -
|
| const char* WorkerGlobalScopePerformance::supplementName()
|
| {
|
| return "WorkerGlobalScopePerformance";
|
|
|