Index: third_party/WebKit/Source/core/workers/SharedWorkerThread.h |
diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerThread.h b/third_party/WebKit/Source/core/workers/SharedWorkerThread.h |
index 9b52287459452f877626bd775c27bc34fe7547d5..9f7a684cf1bfccbb99bc753f0b5aff5f066c3db3 100644 |
--- a/third_party/WebKit/Source/core/workers/SharedWorkerThread.h |
+++ b/third_party/WebKit/Source/core/workers/SharedWorkerThread.h |
@@ -45,7 +45,6 @@ public: |
protected: |
PassRefPtrWillBeRawPtr<WorkerGlobalScope> createWorkerGlobalScope(PassOwnPtr<WorkerThreadStartupData>) override; |
- WebThreadSupportingGC& backingThread() override; |
private: |
SharedWorkerThread(const String& name, PassRefPtr<WorkerLoaderProxy>, WorkerReportingProxy&); |