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 41d402c9b24d76ecba006a6f26f52cabe6c67be0..a0722647e5384cfbfec23006c2dcf889bb050cd7 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.h |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.h |
@@ -45,7 +45,6 @@ public: |
protected: |
PassRefPtrWillBeRawPtr<WorkerGlobalScope> createWorkerGlobalScope(PassOwnPtr<WorkerThreadStartupData>) override; |
- WebThreadSupportingGC& backingThread() override; |
private: |
ServiceWorkerThread(PassRefPtr<WorkerLoaderProxy>, WorkerReportingProxy&); |