DescriptionAdapt StringBuilder's append and toString methods via StringUtil helper.
This is needed to insulate generated code from blink::protocol namespace
from naming changes that we plan to do in the Great Blink Rename (which
in particular will change wtf::StringBuilder::toString into ToString,
and similarily will rename reserveCapacity and append methods).
This CL also includes roll of inspector_protocol which starts to
generate code that uses the new methods of StringUtil adapter:
rolling third_party/inspector to 1a131872167f0f7653629326891aa3ec94417f27.
BUG=683447
Review-Url: https://codereview.chromium.org/2660503002
Cr-Commit-Position: refs/heads/master@{#42750}
Committed: https://chromium.googlesource.com/v8/v8/+/01a93925c1f502516f4d29dfa79c7271ed6b0e5f
Patch Set 1 #
Total comments: 1
Patch Set 2 : V8 needs builderAppend method to take |char16_t| instead of |char|. #Patch Set 3 : It builds now... #Patch Set 4 : Adding appropriate revision number to README.v8. #Patch Set 5 : Corrected the revision number... :-/ #
Messages
Total messages: 31 (26 generated)
|