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

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

Issue 2640813006: Worker: Move instrumentation flag check from WorkerThread to WorkerOrWorkletGlobalScope (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
index ad2494267420572c21ea99847b0bcd235aa366d2..3a406f44e39133df75dfe541bb0d2b9ecab8dda5 100644
--- a/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
+++ b/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
@@ -55,6 +55,10 @@ class CORE_EXPORT WorkerOrWorkletGlobalScope : public ExecutionContext {
void addDeprecationMessage(UseCounter::Feature);
private:
+ void runTask(std::unique_ptr<ExecutionContextTask>,
+ bool isInstrumented,
+ ExecutionContext*);
+
BitVector m_deprecationWarningBits;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698