| Index: third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.h b/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.h
|
| index 5b8795c4341e0443882c566ecb5407952fb13040..81ae12b68112f4bee6878ae48b980c6997590a6e 100644
|
| --- a/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.h
|
| @@ -16,8 +16,8 @@ class CORE_EXPORT ThreadedWorkletGlobalScope : public WorkletGlobalScope {
|
| public:
|
| ~ThreadedWorkletGlobalScope() override;
|
| void Dispose() override;
|
| - void CountFeature(UseCounter::Feature) final;
|
| - void CountDeprecation(UseCounter::Feature) final;
|
| + void ReportFeature(UseCounter::Feature) override;
|
| + void ReportDeprecation(UseCounter::Feature) override;
|
|
|
| // ExecutionContext
|
| bool IsThreadedWorkletGlobalScope() const final { return true; }
|
|
|