Chromium Code Reviews| Index: Source/modules/crypto/Algorithm.cpp |
| diff --git a/Source/modules/crypto/Algorithm.cpp b/Source/modules/crypto/Algorithm.cpp |
| index a541110040a08af63d25bfa889e1237d4e28ea2f..7336d39dac0c628c9d2d1a846dd54d694c99baf5 100644 |
| --- a/Source/modules/crypto/Algorithm.cpp |
| +++ b/Source/modules/crypto/Algorithm.cpp |
| @@ -58,7 +58,7 @@ Algorithm::Algorithm(const WebKit::WebCryptoAlgorithm& algorithm) |
| String Algorithm::name() |
| { |
| - return ASCIILiteral(m_algorithm.algorithmName()); |
| + return ASCIILiteral(m_algorithm.name()); |
| } |
| } // namespace WebCore |