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

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

Issue 2645303002: Use a new Supplement constructor for supplements in core/ (Closed)
Patch Set: temp 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/WorkerGlobalScopePerformance.h
diff --git a/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h b/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h
index c92fe22316db09c09f79e632c041a121d1b5aa75..db0377714f55e580354972088cb9c00a591aa317 100644
--- a/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h
+++ b/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h
@@ -53,7 +53,7 @@ class WorkerGlobalScopePerformance final
DECLARE_VIRTUAL_TRACE();
private:
- WorkerGlobalScopePerformance();
+ explicit WorkerGlobalScopePerformance(WorkerGlobalScope&);
WorkerPerformance* performance(WorkerGlobalScope*);
static const char* supplementName();

Powered by Google App Engine
This is Rietveld 408576698