| Index: Source/platform/exported/WebCryptoResult.cpp
|
| diff --git a/Source/platform/exported/WebCryptoResult.cpp b/Source/platform/exported/WebCryptoResult.cpp
|
| index d5515064a86e9aa829d129b2828f678f1820fadf..786ab0c4d235b3b701777779beef0375ab8e86c6 100644
|
| --- a/Source/platform/exported/WebCryptoResult.cpp
|
| +++ b/Source/platform/exported/WebCryptoResult.cpp
|
| @@ -32,8 +32,7 @@
|
| #include "public/platform/WebCrypto.h"
|
|
|
| #include "platform/CryptoResult.h"
|
| -#include "platform/heap/Heap.h"
|
| -#include <string.h>
|
| +#include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|
| @@ -81,7 +80,7 @@ bool WebCryptoResult::cancelled() const
|
| return m_impl->cancelled();
|
| }
|
|
|
| -WebCryptoResult::WebCryptoResult(const PassRefPtrWillBeRawPtr<CryptoResult>& impl)
|
| +WebCryptoResult::WebCryptoResult(CryptoResult* impl)
|
| : m_impl(impl)
|
| {
|
| ASSERT(m_impl.get());
|
|
|