| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index cdbc3bad1a9719bfa707a8d80dcc140eb907acc5..bcd80a8c5316268e454d13845405104387e38e0d 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -120,6 +120,8 @@ class ServiceWorkerGlobalScopeProxy final
|
| std::unique_ptr<WebServiceWorkerError>) override;
|
|
|
| // WorkerReportingProxy overrides:
|
| + void countFeature(UseCounter::Feature) override;
|
| + void countDeprecation(UseCounter::Feature) override;
|
| void reportException(const String& errorMessage,
|
| std::unique_ptr<SourceLocation>,
|
| int exceptionId) override;
|
|
|