| Index: Source/modules/crypto/SubtleCrypto.h
|
| diff --git a/Source/modules/crypto/SubtleCrypto.h b/Source/modules/crypto/SubtleCrypto.h
|
| index 63c547868dc05f0a1dcb99b4b70e4b52864e2e20..d313df65bbf44727f37e7c30463671550ad86ba0 100644
|
| --- a/Source/modules/crypto/SubtleCrypto.h
|
| +++ b/Source/modules/crypto/SubtleCrypto.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef SubtleCrypto_h
|
| #define SubtleCrypto_h
|
|
|
| -#include "bindings/v8/ScriptPromise.h"
|
| -#include "bindings/v8/ScriptWrappable.h"
|
| +#include "bindings/core/v8/ScriptPromise.h"
|
| +#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/ArrayPiece.h"
|
| #include "wtf/Forward.h"
|
|
|