Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1392)

Unified Diff: Source/modules/crypto/Algorithm.cpp

Issue 18937003: WebCrypto: [Cleanup] Remove a redundant "algorithm" prefix. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase onto master, just in case Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/platform/chromium/support/WebCryptoAlgorithm.cpp ('k') | public/platform/WebCryptoAlgorithm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/platform/chromium/support/WebCryptoAlgorithm.cpp ('k') | public/platform/WebCryptoAlgorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698