Index: Source/platform/TracedValue.h |
diff --git a/Source/platform/TracedValue.h b/Source/platform/TracedValue.h |
index ebf9d9d12cdc756aeee298d3cc37c5ca85c073eb..f993124455a385bc4f952a5ff4563757f85b7f65 100644 |
--- a/Source/platform/TracedValue.h |
+++ b/Source/platform/TracedValue.h |
@@ -28,7 +28,6 @@ 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); |