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

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

Issue 2642113002: Worker: Reduce use of ExecutionContextTask in core/workers (Closed)
Patch Set: fix build failures 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
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 3a406f44e39133df75dfe541bb0d2b9ecab8dda5..7e27a16fc5b95c7ff0ef41c5af3b9c42607a3fa3 100644
--- a/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
+++ b/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
@@ -55,9 +55,7 @@ class CORE_EXPORT WorkerOrWorkletGlobalScope : public ExecutionContext {
void addDeprecationMessage(UseCounter::Feature);
private:
- void runTask(std::unique_ptr<ExecutionContextTask>,
- bool isInstrumented,
- ExecutionContext*);
+ void runTask(std::unique_ptr<ExecutionContextTask>, bool isInstrumented);
BitVector m_deprecationWarningBits;
};

Powered by Google App Engine
This is Rietveld 408576698