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

Unified Diff: Source/platform/TracedValue.h

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
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);

Powered by Google App Engine
This is Rietveld 408576698