Index: third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h |
diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h b/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h |
index 2df7d1a46870aeff593c452deb1f2c971bb9ed26..d1e0fc0e107271e06ca65e028f282f56a1ff99b2 100644 |
--- a/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h |
+++ b/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h |
@@ -78,9 +78,6 @@ |
ExecutionContext* getExecutionContext() const { return m_executionContext.get(); } |
- // Number of live messaging proxies, used by leak detection. |
- static int proxyCount(); |
- |
protected: |
InProcessWorkerMessagingProxy(InProcessWorkerBase*, WorkerClients*); |
~InProcessWorkerMessagingProxy() override; |