Index: Source/modules/crypto/NormalizeAlgorithm.h |
diff --git a/Source/modules/crypto/NormalizeAlgorithm.h b/Source/modules/crypto/NormalizeAlgorithm.h |
index 6273442408fdda9ee0145be8ee85dd5126f600ec..ffad50aa4fb1acb5c6d025d39e0c9140925dde5d 100644 |
--- a/Source/modules/crypto/NormalizeAlgorithm.h |
+++ b/Source/modules/crypto/NormalizeAlgorithm.h |
@@ -64,10 +64,6 @@ bool normalizeAlgorithm(const Dictionary&, AlgorithmOperation, blink::WebCryptoA |
// will be valid for the program's entire runtime. |
const char* algorithmIdToName(blink::WebCryptoAlgorithmId); |
-// Returns a null-terminated C-string literal. Caller can assume the pointer |
-// will be valid for the program's entire runtime. |
-const char* algorithmOperationToName(AlgorithmOperation); |
- |
} // namespace WebCore |
#endif |