| 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 d47808eef9da19e2f4766a2f1b0a4af98592cae0..e3d68d6d98b05f26e3d3d9420259e74e6856b251 100644
|
| --- a/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
|
| +++ b/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
|
| @@ -797,12 +797,7 @@ bool parseAesDerivedKeyParams(const Dictionary& raw, std::unique_ptr<WebCryptoAl
|
| return true;
|
| }
|
|
|
| -// FIXME: once the spec has been updated, check that the implementation is
|
| -// still correct and update this comment. http://crbug.com/399095
|
| -//
|
| -// The WebCrypto spec hasn't been updated yet to define HKDF
|
| -// (https://www.w3.org/Bugs/Public/show_bug.cgi?id=27425). The assumed
|
| -// parameters are:
|
| +// Defined by the WebCrypto spec as:
|
| //
|
| // dictionary HkdfParams : Algorithm {
|
| // required HashAlgorithmIdentifier hash;
|
|
|