Description[Tracing] Remove AppendLongInteger in TracedValue.
JavaScript cannot represent integer larger than 2^53 - 1 from JSON, thus this
patch removes AppendLongInteger and convert long integer to string using
std::to_string.
TBR=cbruni@chromium.org
Committed: https://crrev.com/900d1982cd11bb45ef06d9bbf376ca16bc495f08
Cr-Commit-Position: refs/heads/master@{#41533}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address alph's comment #
Messages
Total messages: 23 (15 generated)
|