Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.h |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.h |
index 4b50fbb1999bf110ee7581b77194532fd8c39f31..fc438b2ce820717010e307673fab57d6ef3fbb99 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.h |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.h |
@@ -41,9 +41,7 @@ class WorkerThreadStartupData; |
class MODULES_EXPORT ServiceWorkerThread final : public WorkerThread { |
public: |
- static std::unique_ptr<ServiceWorkerThread> Create( |
- PassRefPtr<WorkerLoaderProxy>, |
- WorkerReportingProxy&); |
+ ServiceWorkerThread(ThreadableLoadingContext*, WorkerReportingProxy&); |
~ServiceWorkerThread() override; |
WorkerBackingThread& GetWorkerBackingThread() override { |
@@ -56,7 +54,6 @@ class MODULES_EXPORT ServiceWorkerThread final : public WorkerThread { |
std::unique_ptr<WorkerThreadStartupData>) override; |
private: |
- ServiceWorkerThread(PassRefPtr<WorkerLoaderProxy>, WorkerReportingProxy&); |
std::unique_ptr<WorkerBackingThread> worker_backing_thread_; |
}; |