Index: public/platform/WebCrypto.h |
diff --git a/public/platform/WebCrypto.h b/public/platform/WebCrypto.h |
index e88008e9506a79711e8f71047ee58c6d50549acc..4829260e60a729df419ed8d7ed01c3ab7a408d2a 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" |
haraken
2014/12/16 09:43:29
Heap.h => Handle.h
Our convention is just to incl
tasak
2014/12/16 11:54:28
Done.
|
#endif |
namespace blink { |
@@ -94,7 +94,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: |