| Index: Source/bindings/v8/custom/V8SubtleCryptoCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8SubtleCryptoCustom.cpp b/Source/bindings/v8/custom/V8SubtleCryptoCustom.cpp
|
| index 2c04a45ab5e93d60d7f4295f96d7b65cc87a228f..943ad7666a02b71ebb7fb563bf45e130e1d17cfb 100644
|
| --- a/Source/bindings/v8/custom/V8SubtleCryptoCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8SubtleCryptoCustom.cpp
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #include "config.h"
|
| -#include "V8SubtleCrypto.h"
|
| +#include "bindings/modules/v8/V8SubtleCrypto.h"
|
|
|
| -#include "V8Key.h"
|
| +#include "bindings/modules/v8/V8Key.h"
|
| #include "bindings/v8/Dictionary.h"
|
| #include "bindings/v8/custom/V8ArrayBufferCustom.h"
|
| #include "bindings/v8/custom/V8ArrayBufferViewCustom.h"
|
|
|