Index: third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h |
diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h b/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h |
index 59e685133da5189ea2b95edf998956302653e69d..c979a1f05a051dd034e1dba3184c191a1e5a5875 100644 |
--- a/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h |
+++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h |
@@ -31,6 +31,8 @@ class CORE_EXPORT ThreadedWorkletObjectProxy : public WorkerReportingProxy { |
void reportPendingActivity(bool hasPendingActivity); |
// WorkerReportingProxy overrides. |
+ void countFeature(UseCounter::Feature) override; |
+ void countDeprecation(UseCounter::Feature) override; |
void reportException(const String& errorMessage, |
std::unique_ptr<SourceLocation>, |
int exceptionId) override {} |