Index: third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.h |
diff --git a/third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.h b/third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.h |
index 2496c399f7d641664b4dfab27c9bac34f8c67fd4..2fa237eff030394103a714ace4acc276670e674a 100644 |
--- a/third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.h |
+++ b/third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.h |
@@ -53,6 +53,7 @@ class CORE_EXPORT MainThreadWorkletGlobalScope |
// ExecutionContext |
void AddConsoleMessage(ConsoleMessage*) final; |
void ExceptionThrown(ErrorEvent*) final; |
+ CoreProbeSink* GetInstrumentingAgents() final; |
DECLARE_VIRTUAL_TRACE(); |