Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / crypto / RsaKeyAlgorithm.h
index 1aef720..7298d1c 100644 (file)
@@ -39,7 +39,7 @@ class RsaKeyAlgorithm : public KeyAlgorithm {
 public:
     ~RsaKeyAlgorithm();
 
-    static PassRefPtrWillBeRawPtr<RsaKeyAlgorithm> create(const blink::WebCryptoKeyAlgorithm&);
+    static RsaKeyAlgorithm* create(const blink::WebCryptoKeyAlgorithm&);
 
     unsigned modulusLength();
     Uint8Array* publicExponent();