Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: Source/platform/TracedValue.cpp

Issue 688623002: [Thread-safe] Remove TracedValue::setArray (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« Source/core/inspector/ScriptCallStack.h ('K') | « Source/platform/TracedValue.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/TracedValue.cpp
diff --git a/Source/platform/TracedValue.cpp b/Source/platform/TracedValue.cpp
index 129bf39f51e84748522ca68691def9a84a6916d9..d6bbd2e2ead1b2d8f16ab17a53963e990b90564f 100644
--- a/Source/platform/TracedValue.cpp
+++ b/Source/platform/TracedValue.cpp
@@ -57,11 +57,6 @@ void TracedValue::setString(const char* name, const String& value)
currentDictionary()->setString(name, threadSafeCopy(value));
}
-void TracedValue::setArray(const char* name, PassRefPtr<JSONArray> value)
-{
- currentDictionary()->setArray(name, value);
-}
-
void TracedValue::beginDictionary(const char* name)
{
RefPtr<JSONObject> dictionary = JSONObject::create();
« Source/core/inspector/ScriptCallStack.h ('K') | « Source/platform/TracedValue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698