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 d500606c47d685d09eb27bb28453fa6d2612869b..54543993fc3e56836ba571f2a9080eea4b732f78 100644 |
--- a/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h |
+++ b/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h |
@@ -78,6 +78,9 @@ public: |
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; |