Index: Source/modules/crypto/Algorithm.cpp |
diff --git a/Source/modules/crypto/Algorithm.cpp b/Source/modules/crypto/Algorithm.cpp |
index 5fd8855dae20ead0a985c3f3a59c3a2d72685f91..a6b3637691cf0e3085570899520038e788ce7d73 100644 |
--- a/Source/modules/crypto/Algorithm.cpp |
+++ b/Source/modules/crypto/Algorithm.cpp |
@@ -68,7 +68,7 @@ Algorithm::Algorithm(const WebKit::WebCryptoAlgorithm& algorithm) |
String Algorithm::name() |
{ |
- return ASCIILiteral(m_algorithm.name()); |
+ return m_algorithm.name(); |
} |
} // namespace WebCore |