| Index: Source/platform/TracedValue.h
|
| diff --git a/Source/platform/TracedValue.h b/Source/platform/TracedValue.h
|
| index 8723cbe84a70c0955990f0da39092f74f044e3d4..ee0a19b9fdd1853841c0c004b6ec332c47473f40 100644
|
| --- a/Source/platform/TracedValue.h
|
| +++ b/Source/platform/TracedValue.h
|
| @@ -38,11 +38,11 @@ public:
|
| void beginArray();
|
| void beginDictionary();
|
|
|
| - virtual String asTraceFormat() const override;
|
| + String asTraceFormat() const override;
|
|
|
| private:
|
| TracedValue();
|
| - virtual ~TracedValue();
|
| + ~TracedValue() override;
|
|
|
| JSONObject* currentDictionary() const;
|
| JSONArray* currentArray() const;
|
|
|