| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| index a6d390808714282c4ffc3f3b714d63140823501e..a99198aae55384a75ffefdd860aac9e2604752ca 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| @@ -93,6 +93,7 @@ class MODULES_EXPORT ServiceWorkerContainer final
|
| void dispatchMessageEvent(std::unique_ptr<WebServiceWorker::Handle>,
|
| const WebString& message,
|
| const WebMessagePortChannelArray&) override;
|
| + void countFeature(uint32_t feature) override;
|
|
|
| // EventTarget overrides.
|
| ExecutionContext* getExecutionContext() const override {
|
|
|