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

Unified Diff: third_party/WebKit/Source/core/timing/SharedWorkerPerformance.h

Issue 2616923002: Replace [CallWith=ExecutionContext] with [CallWith=ScriptState] (Closed)
Patch Set: Fix errors 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/timing/SharedWorkerPerformance.h
diff --git a/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.h b/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.h
index 10c3746143da2dc3b3f58200f54a0f689385f693..ebcb21cc3aa1049d4efc0bbe266fcf1ab471389f 100644
--- a/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.h
+++ b/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.h
@@ -36,7 +36,7 @@
namespace blink {
-class ExecutionContext;
+class ScriptState;
class SharedWorker;
class SharedWorkerPerformance final
@@ -47,7 +47,7 @@ class SharedWorkerPerformance final
public:
static SharedWorkerPerformance& from(SharedWorker&);
- static double workerStart(ExecutionContext*, SharedWorker&);
+ static double workerStart(ScriptState*, SharedWorker&);
double getWorkerStart(ExecutionContext*, SharedWorker&) const;
DEFINE_INLINE_VIRTUAL_TRACE() { Supplement<SharedWorker>::trace(visitor); }

Powered by Google App Engine
This is Rietveld 408576698