| Index: Source/modules/performance/WorkerGlobalScopePerformance.h
|
| diff --git a/Source/modules/performance/WorkerGlobalScopePerformance.h b/Source/modules/performance/WorkerGlobalScopePerformance.h
|
| index 3f20ad5903e3463c515c56dc2107149c7649f78d..754c891b12aefd836591739642c699220320c66d 100644
|
| --- a/Source/modules/performance/WorkerGlobalScopePerformance.h
|
| +++ b/Source/modules/performance/WorkerGlobalScopePerformance.h
|
| @@ -37,7 +37,7 @@ namespace WebCore {
|
|
|
| class WorkerPerformance;
|
|
|
| -class WorkerGlobalScopePerformance : public WorkerSupplement {
|
| +class WorkerGlobalScopePerformance FINAL : public WorkerSupplement {
|
| public:
|
| virtual ~WorkerGlobalScopePerformance();
|
| static WorkerGlobalScopePerformance* from(WorkerGlobalScope*);
|
|
|