Chromium Code Reviews
DescriptionSerializedScriptValue: Remove the 16-bit string representation.
This was used by the legacy serializer, but the new one only produces the
representation backed by a PartitionAlloc buffer. Make the only other path
use it as well, and simplify the code.
BUG=690132
Review-Url: https://codereview.chromium.org/2716733006
Cr-Commit-Position: refs/heads/master@{#453088}
Committed: https://chromium.googlesource.com/chromium/src/+/af8599b05922a8f2b945afe6b7d8468ed3565130
Patch Set 1 #Patch Set 2 : simplify by using String::copyTo, which will never do a StringImpl allocation #Patch Set 3 : remove a comment #Patch Set 4 : SSV::data can now be const #
Messages
Total messages: 18 (14 generated)
|
||||||||||||||||||||||||||||