| Index: Source/modules/crypto/SubtleCrypto.cpp
 | 
| diff --git a/Source/modules/crypto/SubtleCrypto.cpp b/Source/modules/crypto/SubtleCrypto.cpp
 | 
| index 5f854d6e23bd7ccc1de59935e359865cd38990f7..60c22187719fe5de89984bbb4a6a2593cbe73027 100644
 | 
| --- a/Source/modules/crypto/SubtleCrypto.cpp
 | 
| +++ b/Source/modules/crypto/SubtleCrypto.cpp
 | 
| @@ -75,7 +75,7 @@ ScriptPromise startCryptoOperation(const Dictionary& rawAlgorithm, Key* key, Alg
 | 
|          return ScriptPromise();
 | 
|  
 | 
|      const unsigned char* data = static_cast<const unsigned char*>(dataBuffer->baseAddress());
 | 
| -    size_t dataSize = dataBuffer->byteLength();
 | 
| +    unsigned dataSize = dataBuffer->byteLength();
 | 
|  
 | 
|      RefPtr<CryptoResult> result = CryptoResult::create();
 | 
|  
 | 
| 
 |