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

Unified Diff: Source/modules/performance/WorkerGlobalScopePerformance.h

Issue 1100813004: Offer User Timing in workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 6 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: Source/modules/performance/WorkerGlobalScopePerformance.h
diff --git a/Source/modules/performance/WorkerGlobalScopePerformance.h b/Source/modules/performance/WorkerGlobalScopePerformance.h
index b3b455f1f4c0cadf5eb0df4573db37685836d260..5cf8d0f225f0b96e382e926e00e21e7061d97b62 100644
--- a/Source/modules/performance/WorkerGlobalScopePerformance.h
+++ b/Source/modules/performance/WorkerGlobalScopePerformance.h
@@ -51,7 +51,7 @@ public:
private:
WorkerGlobalScopePerformance();
- WorkerPerformance* performance();
+ WorkerPerformance* performance(WorkerGlobalScope*);
static const char* supplementName();
PersistentWillBeMember<WorkerPerformance> m_performance;
« no previous file with comments | « Source/core/timing/PerformanceUserTiming.cpp ('k') | Source/modules/performance/WorkerGlobalScopePerformance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698