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

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

Issue 111743007: Add the SharedWorker.workerStart property for high resolution timers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code style compliance Created 6 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: Source/modules/performance/WorkerGlobalScopePerformance.h
diff --git a/Source/modules/performance/WorkerGlobalScopePerformance.h b/Source/modules/performance/WorkerGlobalScopePerformance.h
index 9c1a153f275e7b1df6326bfff50e9368e257e0c2..3f20ad5903e3463c515c56dc2107149c7649f78d 100644
--- a/Source/modules/performance/WorkerGlobalScopePerformance.h
+++ b/Source/modules/performance/WorkerGlobalScopePerformance.h
@@ -47,7 +47,7 @@ public:
private:
WorkerGlobalScopePerformance();
- WorkerPerformance* getPerformance(WorkerGlobalScope*);
+ WorkerPerformance* performance();
static const char* supplementName();
RefPtr<WorkerPerformance> m_performance;
« no previous file with comments | « Source/modules/performance/SharedWorkerPerformance.idl ('k') | Source/modules/performance/WorkerGlobalScopePerformance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698