| Index: Source/modules/performance/WorkerGlobalScopePerformance.h
|
| diff --git a/Source/modules/performance/WorkerGlobalScopePerformance.h b/Source/modules/performance/WorkerGlobalScopePerformance.h
|
| index 30565404b74ddf27b78ab9df0c58ecbe7bf3bbc2..52ce9ee44a7e91253732702cccba129c908ab5cd 100644
|
| --- a/Source/modules/performance/WorkerGlobalScopePerformance.h
|
| +++ b/Source/modules/performance/WorkerGlobalScopePerformance.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WorkerGlobalScopePerformance_h
|
| #define WorkerGlobalScopePerformance_h
|
|
|
| -#include "heap/Handle.h"
|
| #include "modules/performance/WorkerPerformance.h"
|
| #include "platform/Supplementable.h"
|
| +#include "platform/heap/Handle.h"
|
|
|
| namespace WebCore {
|
|
|
|
|