Description[Thread-safe] Remove TracedValue::setArray
JSONArray can contain thread-unsafe Strings and thus isn't safe to be contained in TracedValue.
However, TracedValue::setArray takes JSONArray as input.
This CL removes setArray and adds ScriptCallStack::toTracedValue() that uses other thread-safe methods in TracedValue instead.
BUG=427893
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185034
Patch Set 1 #Patch Set 2 : #
Total comments: 4
Patch Set 3 : Rebase. / Rename to ScriptCallStack::toTracedValue. #Patch Set 4 : Rename to ScriptCallFrame::toTracedValue. #
Messages
Total messages: 16 (5 generated)
|