| Index: Source/modules/crypto/SubtleCrypto.cpp
|
| diff --git a/Source/modules/crypto/SubtleCrypto.cpp b/Source/modules/crypto/SubtleCrypto.cpp
|
| index 23b29aca3a66e6aa717924bb5963609fccde2a93..a939e55b3d85f0e630f13fb1b94e413da968181a 100644
|
| --- a/Source/modules/crypto/SubtleCrypto.cpp
|
| +++ b/Source/modules/crypto/SubtleCrypto.cpp
|
| @@ -179,7 +179,7 @@ static bool copyJwkDictionaryToJson(const Dictionary& dict, CString& jsonUtf8, C
|
| if (DictionaryHelper::get(dict, "ext", ext))
|
| jsonObject->setBoolean("ext", ext);
|
|
|
| - const char* const propertyNames[] = { "d", "n", "e", "p", "q", "dp", "dq", "qi", "k" };
|
| + const char* const propertyNames[] = { "d", "n", "e", "p", "q", "dp", "dq", "qi", "k", "crv", "x", "y" };
|
| for (unsigned i = 0; i < WTF_ARRAY_LENGTH(propertyNames); ++i)
|
| copyStringProperty(propertyNames[i], dict, jsonObject.get());
|
|
|
|
|