| Index: Source/platform/TracedValue.h
|
| diff --git a/Source/platform/TracedValue.h b/Source/platform/TracedValue.h
|
| index f993124455a385bc4f952a5ff4563757f85b7f65..ebf9d9d12cdc756aeee298d3cc37c5ca85c073eb 100644
|
| --- a/Source/platform/TracedValue.h
|
| +++ b/Source/platform/TracedValue.h
|
| @@ -28,6 +28,7 @@ public:
|
| void setDouble(const char* name, double);
|
| void setBoolean(const char* name, bool value);
|
| void setString(const char* name, const String& value);
|
| + void setArray(const char* name, PassRefPtr<JSONArray> value);
|
| void beginArray(const char* name);
|
| void beginDictionary(const char* name);
|
|
|
|
|