| Index: Source/modules/crypto/WorkerGlobalScopeCrypto.h
|
| diff --git a/Source/modules/crypto/WorkerGlobalScopeCrypto.h b/Source/modules/crypto/WorkerGlobalScopeCrypto.h
|
| index 1891ea321a363a714b2979eca0ff6c24aef2770b..9dcb8b8b368534621bb418dac558ac5fc71a1b6b 100644
|
| --- a/Source/modules/crypto/WorkerGlobalScopeCrypto.h
|
| +++ b/Source/modules/crypto/WorkerGlobalScopeCrypto.h
|
| @@ -32,8 +32,8 @@
|
| #define WorkerGlobalScopeCrypto_h
|
|
|
| #include "core/workers/WorkerGlobalScope.h"
|
| -#include "heap/Handle.h"
|
| #include "platform/Supplementable.h"
|
| +#include "platform/heap/Handle.h"
|
|
|
| namespace WebCore {
|
|
|
|
|