| Index: third_party/WebKit/Source/core/timing/WorkerPerformance.cpp
|
| diff --git a/third_party/WebKit/Source/core/timing/WorkerPerformance.cpp b/third_party/WebKit/Source/core/timing/WorkerPerformance.cpp
|
| index 54ae42aef1602b29b4f6dfdfde771b7e57fee770..a546eb0ee26b2a3476b022bb0b7599631bf4e1a3 100644
|
| --- a/third_party/WebKit/Source/core/timing/WorkerPerformance.cpp
|
| +++ b/third_party/WebKit/Source/core/timing/WorkerPerformance.cpp
|
| @@ -43,9 +43,9 @@ WorkerPerformance::WorkerPerformance(WorkerGlobalScope* context)
|
| {
|
| }
|
|
|
| -ExecutionContext* WorkerPerformance::executionContext() const
|
| +ExecutionContext* WorkerPerformance::getExecutionContext() const
|
| {
|
| - return ContextLifecycleObserver::executionContext();
|
| + return ContextLifecycleObserver::getExecutionContext();
|
| }
|
|
|
| DEFINE_TRACE(WorkerPerformance)
|
|
|