| Index: Source/bindings/v8/custom/V8CryptoCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8CryptoCustom.cpp b/Source/bindings/v8/custom/V8CryptoCustom.cpp
|
| index f2d28e847675bfc90ef72311fbda2bb4826dcb50..1149c4fb7f75421f621dce5576bd2936433221f1 100644
|
| --- a/Source/bindings/v8/custom/V8CryptoCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8CryptoCustom.cpp
|
| @@ -29,7 +29,7 @@
|
| #include "bindings/v8/V8Binding.h"
|
| #include "bindings/v8/V8Utilities.h"
|
| #include "core/dom/ExceptionCode.h"
|
| -#include "core/page/Crypto.h"
|
| +#include "modules/crypto/Crypto.h"
|
|
|
| #include "wtf/ArrayBufferView.h"
|
|
|
|
|