| Index: Source/bindings/v8/SerializedScriptValue.h
|
| diff --git a/Source/bindings/v8/SerializedScriptValue.h b/Source/bindings/v8/SerializedScriptValue.h
|
| index 2d94ec9edd50eaf4faf0652c0d4c6537f38c45bd..a785365dd56eda4520a94c2ef1d0505076269c2d 100644
|
| --- a/Source/bindings/v8/SerializedScriptValue.h
|
| +++ b/Source/bindings/v8/SerializedScriptValue.h
|
| @@ -60,7 +60,7 @@ public:
|
| // Version 3: Switched to using uuids as blob data identifiers.
|
| static const uint32_t wireFormatVersion = 3;
|
|
|
| - virtual ~SerializedScriptValue();
|
| + ~SerializedScriptValue();
|
|
|
| // If a serialization error occurs (e.g., cyclic input value) this
|
| // function returns an empty representation, schedules a V8 exception to
|
|
|