Index: Source/core/platform/chromium/support/WebCryptoAlgorithm.cpp |
diff --git a/Source/core/platform/chromium/support/WebCryptoAlgorithm.cpp b/Source/core/platform/chromium/support/WebCryptoAlgorithm.cpp |
index 1bdd81b7ce0d375a8992238bd9c98990752ef2f9..af9fcb21e4594f1e966adbb9c27765905263aeb5 100644 |
--- a/Source/core/platform/chromium/support/WebCryptoAlgorithm.cpp |
+++ b/Source/core/platform/chromium/support/WebCryptoAlgorithm.cpp |
@@ -54,11 +54,6 @@ WebCryptoAlgorithm::WebCryptoAlgorithm(WebCryptoAlgorithmId id, PassOwnPtr<WebCr |
{ |
} |
-WebCryptoAlgorithm WebCryptoAlgorithm::adoptParamsAndCreate(WebCryptoAlgorithmId id, const char*, WebCryptoAlgorithmParams* params) |
-{ |
- return WebCryptoAlgorithm(id, adoptPtr(params)); |
-} |
- |
WebCryptoAlgorithm WebCryptoAlgorithm::adoptParamsAndCreate(WebCryptoAlgorithmId id, WebCryptoAlgorithmParams* params) |
{ |
return WebCryptoAlgorithm(id, adoptPtr(params)); |