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

Unified Diff: third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp

Issue 2392443007: reflow comments in modules/[app_banner,encoding] (Closed)
Patch Set: Created 4 years, 2 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
Index: third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
diff --git a/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp b/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
index d54d1ac6765b466a37cc6b22266a877b245912c7..cda6ad11bc20e0bf62a9114dbf105bd207d03cbe 100644
--- a/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
+++ b/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
@@ -1063,7 +1063,8 @@ bool parseAlgorithmIdentifier(const AlgorithmIdentifier& raw,
AlgorithmError* error) {
context.add("Algorithm");
- // If the AlgorithmIdentifier is a String, treat it the same as a Dictionary with a "name" attribute and nothing else.
+ // If the AlgorithmIdentifier is a String, treat it the same as a Dictionary
+ // with a "name" attribute and nothing else.
if (raw.isString()) {
return parseAlgorithmDictionary(raw.getAsString(), Dictionary(), op,
algorithm, context, error);

Powered by Google App Engine
This is Rietveld 408576698