| 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;
|
|
|