Index: Source/bindings/modules/v8/ScriptValueSerializerForModules.h |
diff --git a/Source/bindings/modules/v8/ScriptValueSerializerForModules.h b/Source/bindings/modules/v8/ScriptValueSerializerForModules.h |
index 16fbf74c30833e59737bfa3d2d4c6b0cd4fff4e2..7d311462023400c2d56be7f8ae5cdcb28b16a78c 100644 |
--- a/Source/bindings/modules/v8/ScriptValueSerializerForModules.h |
+++ b/Source/bindings/modules/v8/ScriptValueSerializerForModules.h |
@@ -30,6 +30,7 @@ private: |
void doWriteAesKey(const WebCryptoKey&); |
void doWriteRsaHashedKey(const WebCryptoKey&); |
void doWriteEcKey(const WebCryptoKey&); |
+ void doWriteKeyWithoutParams(const WebCryptoKey&); |
void doWriteAlgorithmId(WebCryptoAlgorithmId); |
void doWriteAsymmetricKeyType(WebCryptoKeyType); |
void doWriteNamedCurve(WebCryptoNamedCurve); |
@@ -56,6 +57,7 @@ private: |
bool doReadAesKey(WebCryptoKeyAlgorithm&, WebCryptoKeyType&); |
bool doReadRsaHashedKey(WebCryptoKeyAlgorithm&, WebCryptoKeyType&); |
bool doReadEcKey(WebCryptoKeyAlgorithm&, WebCryptoKeyType&); |
+ bool doReadKeyWithoutParams(WebCryptoKeyAlgorithm&, WebCryptoKeyType&); |
bool doReadAlgorithmId(WebCryptoAlgorithmId&); |
bool doReadAsymmetricKeyType(WebCryptoKeyType&); |
bool doReadNamedCurve(WebCryptoNamedCurve&); |