| Index: Source/modules/crypto/DOMWindowCrypto.h
|
| diff --git a/Source/modules/crypto/DOMWindowCrypto.h b/Source/modules/crypto/DOMWindowCrypto.h
|
| index 4010e2f7ad7b3bbef24f733235400bfb9d0e902e..bccf4d2713114e5c42b3804f978db624703c66f8 100644
|
| --- a/Source/modules/crypto/DOMWindowCrypto.h
|
| +++ b/Source/modules/crypto/DOMWindowCrypto.h
|
| @@ -32,8 +32,8 @@
|
| #define DOMWindowCrypto_h
|
|
|
| #include "core/frame/DOMWindowProperty.h"
|
| -#include "heap/Handle.h"
|
| #include "platform/Supplementable.h"
|
| +#include "platform/heap/Handle.h"
|
|
|
| namespace WebCore {
|
|
|
|
|