| Index: Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8SubtleCryptoCustom.cpp b/Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp
|
| similarity index 98%
|
| rename from Source/bindings/v8/custom/V8SubtleCryptoCustom.cpp
|
| rename to Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp
|
| index b40d0764a5e1931074308d57e3d48743ee4dfad7..6502d4c55d5af2201e424acdc511625db70e9cb1 100644
|
| --- a/Source/bindings/v8/custom/V8SubtleCryptoCustom.cpp
|
| +++ b/Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp
|
| @@ -5,10 +5,10 @@
|
| #include "config.h"
|
| #include "bindings/modules/v8/V8SubtleCrypto.h"
|
|
|
| +#include "bindings/core/v8/custom/V8ArrayBufferCustom.h"
|
| +#include "bindings/core/v8/custom/V8ArrayBufferViewCustom.h"
|
| #include "bindings/modules/v8/V8CryptoKey.h"
|
| #include "bindings/v8/Dictionary.h"
|
| -#include "bindings/v8/custom/V8ArrayBufferCustom.h"
|
| -#include "bindings/v8/custom/V8ArrayBufferViewCustom.h"
|
|
|
| namespace WebCore {
|
|
|
|
|