| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| index ec165161ef75c46579b4154b31888734fad4cb16..2fea004d7a34f33412838313e77a9d2aeb86ab3e 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| @@ -137,6 +137,8 @@ class CORE_EXPORT WorkerGlobalScope
|
| String& error_message,
|
| const SecureContextCheck = kStandardSecureContextCheck) const override;
|
|
|
| + CoreProbeSink* GetInstrumentingAgents() final;
|
| +
|
| // EventTarget
|
| ExecutionContext* GetExecutionContext() const final;
|
|
|
|
|