| Index: third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.h
|
| diff --git a/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.h b/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.h
|
| index 9bc7176b2b519c762167f0d4a4fc20498b2267fd..3f80f9ba262dc8c6ebdf91caad52e1ac7690ba68 100644
|
| --- a/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.h
|
| +++ b/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.h
|
| @@ -28,8 +28,8 @@ class CORE_EXPORT ThreadedObjectProxyBase : public WorkerReportingProxy {
|
| void reportPendingActivity(bool hasPendingActivity);
|
|
|
| // WorkerReportingProxy overrides.
|
| - void countFeature(UseCounter::Feature) override{};
|
| - void countDeprecation(UseCounter::Feature) override{};
|
| + void countFeature(UseCounter::Feature) override;
|
| + void countDeprecation(UseCounter::Feature) override;
|
| void reportConsoleMessage(MessageSource,
|
| MessageLevel,
|
| const String& message,
|
|
|