| Index: third_party/WebKit/Source/core/timing/SharedWorkerPerformance.h
|
| diff --git a/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.h b/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.h
|
| index 10c3746143da2dc3b3f58200f54a0f689385f693..ebcb21cc3aa1049d4efc0bbe266fcf1ab471389f 100644
|
| --- a/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.h
|
| +++ b/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.h
|
| @@ -36,7 +36,7 @@
|
|
|
| namespace blink {
|
|
|
| -class ExecutionContext;
|
| +class ScriptState;
|
| class SharedWorker;
|
|
|
| class SharedWorkerPerformance final
|
| @@ -47,7 +47,7 @@ class SharedWorkerPerformance final
|
| public:
|
| static SharedWorkerPerformance& from(SharedWorker&);
|
|
|
| - static double workerStart(ExecutionContext*, SharedWorker&);
|
| + static double workerStart(ScriptState*, SharedWorker&);
|
| double getWorkerStart(ExecutionContext*, SharedWorker&) const;
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() { Supplement<SharedWorker>::trace(visitor); }
|
|
|