| Index: public/platform/WebCrypto.h
|
| diff --git a/public/platform/WebCrypto.h b/public/platform/WebCrypto.h
|
| index 5f94f6bb41143fa7d76e65e3f3549b4491d9393b..9321d9b525ef62d10bd13585ed833cdb5b7cf286 100644
|
| --- a/public/platform/WebCrypto.h
|
| +++ b/public/platform/WebCrypto.h
|
| @@ -39,7 +39,7 @@
|
| #include "WebVector.h"
|
|
|
| #if INSIDE_BLINK
|
| -namespace WTF { template <typename T> class PassRefPtr; }
|
| +#include "platform/heap/Heap.h"
|
| #endif
|
|
|
| namespace blink {
|
| @@ -96,7 +96,7 @@ public:
|
| BLINK_PLATFORM_EXPORT bool cancelled() const;
|
|
|
| #if INSIDE_BLINK
|
| - BLINK_PLATFORM_EXPORT explicit WebCryptoResult(const WTF::PassRefPtr<CryptoResult>&);
|
| + BLINK_PLATFORM_EXPORT explicit WebCryptoResult(const PassRefPtrWillBeRawPtr<CryptoResult>&);
|
| #endif
|
|
|
| private:
|
|
|