| Index: Source/modules/performance/WorkerGlobalScopePerformance.h
|
| diff --git a/Source/modules/performance/WorkerGlobalScopePerformance.h b/Source/modules/performance/WorkerGlobalScopePerformance.h
|
| index 489785221181446f02c4062305bcde713b2fd9a4..ee125329f763c0c9aa4a6da1cc902416d720c46f 100644
|
| --- a/Source/modules/performance/WorkerGlobalScopePerformance.h
|
| +++ b/Source/modules/performance/WorkerGlobalScopePerformance.h
|
| @@ -40,9 +40,9 @@ namespace WebCore {
|
| class WorkerGlobalScopePerformance FINAL : public WorkerSupplement {
|
| public:
|
| virtual ~WorkerGlobalScopePerformance();
|
| - static WorkerGlobalScopePerformance* from(WorkerGlobalScope*);
|
| + static WorkerGlobalScopePerformance& from(WorkerGlobalScope&);
|
|
|
| - static WorkerPerformance* performance(WorkerGlobalScope*);
|
| + static WorkerPerformance* performance(WorkerGlobalScope&);
|
|
|
| private:
|
| WorkerGlobalScopePerformance();
|
|
|