Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(637)

Unified Diff: third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h

Issue 2582483002: Worker: Enable UseCounter for ThreadedWorkletGlobalScope (Closed)
Patch Set: rename threadHolderInstance to workletThreadHolder Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h
diff --git a/third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h b/third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h
index f0f9c2a51014f7d19b42889d3e4fe25a39db9c41..0ea4a216e5d600fbb349e17dbfeeca4a4d7167f1 100644
--- a/third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h
+++ b/third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h
@@ -86,6 +86,8 @@ class CORE_EXPORT ThreadedMessagingProxyBase
private:
friend class InProcessWorkerMessagingProxyForTest;
+ friend class ThreadedWorkletMessagingProxyForTest;
+
void parentObjectDestroyedInternal();
Persistent<ExecutionContext> m_executionContext;

Powered by Google App Engine
This is Rietveld 408576698