| Index: Source/modules/crypto/CryptoResultImpl.cpp
|
| diff --git a/Source/modules/crypto/CryptoResultImpl.cpp b/Source/modules/crypto/CryptoResultImpl.cpp
|
| index e381176c5eb5b59b9604dfe0bf6a11e4a1fd9757..557562c2c687bff7ce40fddd8a7e3ef677bb2846 100644
|
| --- a/Source/modules/crypto/CryptoResultImpl.cpp
|
| +++ b/Source/modules/crypto/CryptoResultImpl.cpp
|
| @@ -31,11 +31,9 @@
|
| #include "config.h"
|
| #include "modules/crypto/CryptoResultImpl.h"
|
|
|
| -#include "V8Key.h" // Must precede ScriptPromiseResolver.h
|
| -#include "V8KeyPair.h" // Must precede ScriptPromiseResolver.h
|
| -#include "bindings/v8/custom/V8ArrayBufferCustom.h" // Must precede ScriptPromiseResolver.h
|
| #include "bindings/v8/ScriptPromiseResolver.h"
|
| #include "modules/crypto/Key.h"
|
| +#include "modules/crypto/KeyPair.h"
|
| #include "modules/crypto/NormalizeAlgorithm.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebArrayBuffer.h"
|
|
|