| Index: Source/modules/crypto/Crypto.h
|
| diff --git a/Source/modules/crypto/Crypto.h b/Source/modules/crypto/Crypto.h
|
| index c84886753a8387a8e86e6111d783820bc977fd12..9aa9ea3a2107c0197ced3d920283f64b9b7d490e 100644
|
| --- a/Source/modules/crypto/Crypto.h
|
| +++ b/Source/modules/crypto/Crypto.h
|
| @@ -30,8 +30,8 @@
|
| #define Crypto_h
|
|
|
| #include "bindings/v8/ScriptWrappable.h"
|
| -#include "heap/Handle.h"
|
| #include "modules/crypto/SubtleCrypto.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
|
|