| Index: Source/platform/exported/WebCryptoResult.cpp
|
| diff --git a/Source/platform/exported/WebCryptoResult.cpp b/Source/platform/exported/WebCryptoResult.cpp
|
| index bb0a2e8906788e3aed1530b79e1a1410c342f0ee..a0545e9bd8314dc818783a854ba74449cb7c1193 100644
|
| --- a/Source/platform/exported/WebCryptoResult.cpp
|
| +++ b/Source/platform/exported/WebCryptoResult.cpp
|
| @@ -86,6 +86,11 @@ void WebCryptoResult::completeWithKeyPair(const WebCryptoKey& publicKey, const W
|
| reset();
|
| }
|
|
|
| +bool WebCryptoResult::cancelled() const
|
| +{
|
| + return m_impl->cancelled();
|
| +}
|
| +
|
| WebCryptoResult::WebCryptoResult(const PassRefPtr<WebCore::CryptoResult>& impl)
|
| : m_impl(impl)
|
| {
|
|
|