| Index: Source/core/timing/WorkerPerformance.h
|
| diff --git a/Source/core/timing/WorkerPerformance.h b/Source/core/timing/WorkerPerformance.h
|
| index 2e58d415f645635e56c149c2fa9ae220e5c42eaf..b041078a5935c0bf5cbf23ee2ddde1cbd9c00a7d 100644
|
| --- a/Source/core/timing/WorkerPerformance.h
|
| +++ b/Source/core/timing/WorkerPerformance.h
|
| @@ -52,7 +52,7 @@ public:
|
| return new WorkerPerformance(context);
|
| }
|
|
|
| - virtual ExecutionContext* executionContext() const override;
|
| + ExecutionContext* executionContext() const override;
|
|
|
| MemoryInfo* memory();
|
|
|
|
|