| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| index eed954662930773797e4247d86d0f5b6a55f982c..0617743c82d804ad592346eb035cca67a50be880 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -75,6 +75,8 @@ class WebSharedWorkerImpl final : public WorkerReportingProxy,
|
| explicit WebSharedWorkerImpl(WebSharedWorkerClient*);
|
|
|
| // WorkerReportingProxy methods:
|
| + void countFeature(UseCounter::Feature) override;
|
| + void countDeprecation(UseCounter::Feature) override;
|
| void reportException(const WTF::String&,
|
| std::unique_ptr<SourceLocation>,
|
| int exceptionId) override;
|
|
|