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