Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(634)

Unified Diff: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h

Issue 2847703002: Make ExecutionContext aware about how it can return CoreProbeSink (Closed)
Patch Set: . Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 d4192180df4d48981e8d8b529c3b51c0da202cff..de615197821a544f23dd7c9bcdde7d84d5e03a83 100644
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
@@ -135,6 +135,8 @@ class CORE_EXPORT WorkerGlobalScope
WorkerEventQueue* GetEventQueue() const final;
bool IsSecureContext(String& error_message) const override;
+ CoreProbeSink* GetProbeSink() final;
+
// EventTarget
ExecutionContext* GetExecutionContext() const final;

Powered by Google App Engine
This is Rietveld 408576698