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

Unified Diff: third_party/WebKit/Source/modules/crypto/SubtleCrypto.h

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/SubtleCrypto.h
diff --git a/third_party/WebKit/Source/modules/crypto/SubtleCrypto.h b/third_party/WebKit/Source/modules/crypto/SubtleCrypto.h
index 4d2496b77a2c77d59fac24d93dc0be85cb2440bc..946208e87787a6e18e61a935611af3e450da5fcc 100644
--- a/third_party/WebKit/Source/modules/crypto/SubtleCrypto.h
+++ b/third_party/WebKit/Source/modules/crypto/SubtleCrypto.h
@@ -65,7 +65,8 @@ class SubtleCrypto final : public GarbageCollected<SubtleCrypto>,
const AlgorithmIdentifier&,
CryptoKey*,
const BufferSource&);
- // Note that this is not named "verify" because when compiling on Mac that expands to a macro and breaks.
+ // Note that this is not named "verify" because when compiling on Mac that
+ // expands to a macro and breaks.
ScriptPromise verifySignature(ScriptState*,
const AlgorithmIdentifier&,
CryptoKey*,

Powered by Google App Engine
This is Rietveld 408576698