| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index 95a011890aea63e0350a33954bc65237d721d029..378acc84772b4e8f9da83ed0a19f625a76e007da 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1393,8 +1393,6 @@ class CORE_EXPORT UseCounter {
|
| // "count" sets the bit for this feature to 1. Repeated calls are ignored.
|
| static void count(const Frame*, Feature);
|
| static void count(const Document&, Feature);
|
| - // This doesn't count for ExecutionContexts for shared workers and service
|
| - // workers.
|
| static void count(const ExecutionContext*, Feature);
|
| // Use countIfNotPrivateScript() instead of count() if you don't want
|
| // to count metrics in private scripts. You should use
|
|
|