| Index: Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp
|
| diff --git a/Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp b/Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp
|
| index 6502d4c55d5af2201e424acdc511625db70e9cb1..875de6075e36707ea2227fd49f8afb9be5237438 100644
|
| --- a/Source/bindings/modules/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/Dictionary.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"
|
|
|
| namespace WebCore {
|
|
|
|
|