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

Unified Diff: third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.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/InProcessWorkerObjectProxy.h
diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h b/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
index 1a22650956f8c90b79fb511f1bdc8e5a1fc6a354..5bb45db376a6ee617da6c3ec02e0a8ee28f2a168 100644
--- a/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
+++ b/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
@@ -70,8 +70,6 @@ class CORE_EXPORT InProcessWorkerObjectProxy : public ThreadedObjectProxyBase {
void startPendingActivityTimer();
// ThreadedMessagingProxyBase overrides.
- void countFeature(UseCounter::Feature) final;
- void countDeprecation(UseCounter::Feature) final;
void reportException(const String& errorMessage,
std::unique_ptr<SourceLocation>,
int exceptionId) override;
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698