| Index: Source/modules/crypto/CryptoResult.cpp
|
| diff --git a/Source/modules/crypto/CryptoResult.cpp b/Source/modules/crypto/CryptoResult.cpp
|
| index ee89a79c6e4a563d7cb4e557162631f8853e3d64..e977d939dcb0d3425d5266b4a3e3e5df07b8d6c2 100644
|
| --- a/Source/modules/crypto/CryptoResult.cpp
|
| +++ b/Source/modules/crypto/CryptoResult.cpp
|
| @@ -85,7 +85,7 @@ void CryptoResult::completeWithKeyPair(const WebKit::WebCryptoKey& publicKey, co
|
| finish();
|
| }
|
|
|
| -ScriptObject CryptoResult::promise()
|
| +ScriptPromise CryptoResult::promise()
|
| {
|
| return m_promiseResolver->promise();
|
| }
|
|
|