| Index: Source/modules/performance/WorkerGlobalScopePerformance.h
|
| diff --git a/Source/modules/performance/WorkerGlobalScopePerformance.h b/Source/modules/performance/WorkerGlobalScopePerformance.h
|
| index 3f04674a1d81ca92c2bead5892dd01d3fa19e46a..489785221181446f02c4062305bcde713b2fd9a4 100644
|
| --- a/Source/modules/performance/WorkerGlobalScopePerformance.h
|
| +++ b/Source/modules/performance/WorkerGlobalScopePerformance.h
|
| @@ -33,11 +33,10 @@
|
|
|
| #include "core/workers/WorkerSupplementable.h"
|
| #include "heap/Handle.h"
|
| +#include "modules/performance/WorkerPerformance.h"
|
|
|
| namespace WebCore {
|
|
|
| -class WorkerPerformance;
|
| -
|
| class WorkerGlobalScopePerformance FINAL : public WorkerSupplement {
|
| public:
|
| virtual ~WorkerGlobalScopePerformance();
|
|
|