| Index: Source/bindings/v8/SerializedScriptValue.cpp
|
| diff --git a/Source/bindings/v8/SerializedScriptValue.cpp b/Source/bindings/v8/SerializedScriptValue.cpp
|
| index fefbc866b8a84f0a46b3effa9be025f069046230..e2e4348a71d62be60e81f3ea96084707819292ca 100644
|
| --- a/Source/bindings/v8/SerializedScriptValue.cpp
|
| +++ b/Source/bindings/v8/SerializedScriptValue.cpp
|
| @@ -1355,7 +1355,7 @@ private:
|
| {
|
| Key* key = V8Key::toNative(value.As<v8::Object>());
|
| if (!key)
|
| - return 0;
|
| + return false;
|
| return m_writer.writeCryptoKey(key->key());
|
| }
|
|
|
|
|