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

Unified Diff: third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.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/ThreadedObjectProxyBase.h
diff --git a/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.h b/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.h
index 9bc7176b2b519c762167f0d4a4fc20498b2267fd..3f80f9ba262dc8c6ebdf91caad52e1ac7690ba68 100644
--- a/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.h
+++ b/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.h
@@ -28,8 +28,8 @@ class CORE_EXPORT ThreadedObjectProxyBase : public WorkerReportingProxy {
void reportPendingActivity(bool hasPendingActivity);
// WorkerReportingProxy overrides.
- void countFeature(UseCounter::Feature) override{};
- void countDeprecation(UseCounter::Feature) override{};
+ void countFeature(UseCounter::Feature) override;
+ void countDeprecation(UseCounter::Feature) override;
void reportConsoleMessage(MessageSource,
MessageLevel,
const String& message,

Powered by Google App Engine
This is Rietveld 408576698