| 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);
|
|
|